Prop Members
Include Protected Members
Include Inherited Members
Represents one cell in the grid.
The Prop type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Prop() | Default constructor. | |
Prop(Boolean, Boolean, Object, String) | Initializes a Prop object with a data value and localized value. |
Top
Properties
Name | Description | |
---|---|---|
DataValue | Gets or sets the data value associated with this object. | |
HasDataValue | Gets or sets a setting indicating whether this object has an associated data value. | |
HasLocalizedValue | Gets or sets a setting indicating whether this object has a localized version of its data value. | |
LocalizedValue | Gets or sets the localized representation of the data value. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToJson | Serializes objects to the JavaScript Object Notation (JSON). | |
ToString | (Inherited from Object.) |
Top