PicklistItemAltText Property |
Returns the alternate text.
The alternate text will be used as the key for the picklist item if the
PicklistAttrs.StoreAltText attribute is set. If not, alternate text
provides a way to associate locale-insensitive text data with a picklist item.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string AltText { get; }
Public ReadOnly Property AltText As String
Get
Property Value
Type:
StringSee Also