PicklistItemInfo Properties |
The PicklistItemInfo type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Gets/sets the PicklistAttrs associated with this item.
| |
CacheName |
Gets the cache name for the object
| |
DataSource |
The datasource associated with this item (optional, some Picklists do not need a data source).
This is normally a reference to the IDatabase from which to obtain the picklist values.
| |
KeyFormat |
Gets/sets the .Net format string to use when converting an picklist item's
key to a string. Note that the current implementation of this is spotty.
| |
MetaInDataDB |
Gets/sets whether or not the meta-data for this picklist is stored in the data database
(normally it is not).
| |
Name |
Gets/sets the name of the Picklist item.
| |
Properties |
Gets the Properties collection for this picklist.
| |
Source |
The source of the row source. Typically a SELECT statement with 1-3 (but up to 5) columns.
| |
TextItems |
Gets the TextItems for this Picklist.
| |
Type |
Gets/sets the PicklistType of the picklist.
|