GridField Members
Include Protected Members
Include Inherited Members
Represents a field of data in the grid.
The GridField type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GridField | Default constructor for creating a GridField. |
Top
Properties
Name | Description | |
---|---|---|
CustomComparer | Gets or sets a custom delegate to use for sorting, grouping and filtering, if the built-in system comparison is not adequate. | |
DefaultCellStyleId | Gets or sets a value specifying the default cell style of cells appearing in the GridColumn associated with this GridField. | |
EditMode | Gets or sets the edit mode of the cells that appear in the GridColumn associated with this GridField. | |
FieldKey | Gets or sets a string uniquely identifying this field. | |
HierarchyTable | Gets or sets the hierarchy table for this grid field. | |
Localizer | Gets or sets a ValueLocalizer which defines how data values are converted to localized values. This delegate is only called to localize single values, even for multi-value fields. | |
MultiValue | Gets or sets a setting indicating whether this is a multi-value field. | |
PropertyTypeId | Gets or sets a property type ID. | |
SerializeDataValue | Indicates whether data should be downloaded to the client. | |
SerializeLocalizedValue | A Boolean indicating whether to bring over the localized value. | |
TextDirection | Indicates whether the text direction will be from left to right or right to left. |
Top
Methods
Name | Description | |
---|---|---|
AssociateWithLookupTypeInfo | Associates the current GridField object with the specified LookupTypeInfo object. This method sets the PropertyTypeId property in addition to creating CustomComparer and Localizer properties for this field based on the characteristics of the LookupTypeInfo object. | |
Compare | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToJson | Serializes this object to the JavaScript Object Notation (JSON). | |
ToString | (Inherited from Object.) |
Top