LookupTypeItem Members
Include Protected Members
Include Inherited Members
Represents a lookup table value. For instance, one of the rows that would appear in a combo box for a lookup table valued cell.
The LookupTypeItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LookupTypeItem | Initializes the LookupTypeItem with a data value and a string representing the localized data value. |
Top
Properties
Name | Description | |
---|---|---|
ImageUrl | A URL representing the image that corresponds to this value. | |
LocalString | Gets or sets the localized string representing the value. | |
StyleId | Gets or sets the id of the cell style associated with this value. | |
Value | Gets or sets the value. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Equals(LookupTypeItem) | ||
Finalize | (Inherited from Object.) | |
GetHashCode | (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToJson | Serializes objects to the JavaScript Object Notation (JSON). | |
ToString | (Overrides Object.ToString().) |
Top