Click or drag to resize

PicklistItemInfo Property

Gets/Sets the picklist's PicklistItemInfo which maintains many aspects of the picklist including the picklist's PicklistAttrs.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PicklistItemInfo ItemInfo { get; set; }

Property Value

Type: PicklistItemInfo
Remarks
Note that a null reference will never be returned. If an PicklistItemInfo object was not specified when the picklist was created (this should only be the case with programmatically created picklists), a default PicklistItemInfo object will be constructed and returned.
See Also