GridColumn Members
Include Protected Members
Include Inherited Members
Represents the visual aspect of a column to be displayed in the grid.
The GridColumn type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GridColumn | Initializes a new instance of the GridColumn class. |
Top
Properties
Name | Description | |
---|---|---|
ColumnKey | Gets or sets a key identifying the column. (Inherited from BaseGridColumn.) | |
FieldKey | Gets or sets the unique string that indentifies the grid field from which this column will retrieve data. | |
FieldKeys | Gets or sets a collection of field keys associated with the column. (Overrides BaseGridColumn.FieldKeys.) | |
ImgSrc | Gets or sets the path of an image associated with the column. (Inherited from BaseGridColumn.) | |
IsAutoFilterable | Gets or sets a value that indicates whether the column can be auto filtered. | |
IsHidable | Gets or sets a value that indicates whether the user can hide the column. | |
IsResizable | Gets or sets a value that indicates whether the column is resizable. | |
IsSortable | Gets or sets a value that indicates whether the column is sortable. | |
IsVisible | Gets or sets a value that indicates whether the column is initially visible. | |
Name | Gets or sets the name of the column. (Inherited from BaseGridColumn.) | |
Width | Gets or sets the width of the column. (Inherited from BaseGridColumn.) |
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 this object to the JavaScript Object Notation (JSON). (Inherited from BaseGridColumn.) | |
ToString | (Inherited from Object.) |
Top