GridColumn Properties
An abstract class that serves as the base class for grid columns.
Name | Description |
---|---|
Actual |
Gets the column caption as it is displayed in a column header. |
Allow |
Gets or sets whether users can enter a value in the Auto Filter Row. |
Allow |
Specifies whether end users can sort data by the column. |
Auto |
Gets or sets the filter condition (equals, contains, etc.) used to compare the value in the Auto-Filter Row with column values. |
Auto |
Gets or sets the value of the cell in the Auto Filter Row. |
Background |
Specifies the background color of the column’s cells. |
Caption | Gets or sets the caption displayed in the column header. |
Column |
Specifies in which column of the grid’s multi-row layout (Advanced |
Column |
Allows you to stretch the column’s cells across multiple columns within the grid’s multi-row layout (Advanced |
Display |
Gets or sets the pattern used to format cell values of the column. |
Edit |
Specifies the caption of the editor associated with the current column in the edit form. |
Field |
Gets or sets the name of the data source’s field associated with the grid column, or serves as an identifier for unbound columns. |
Filter |
Gets or sets whether filters are applied to the actual cell values or to the text displayed in cells. |
Fixed |
Gets or sets whether a column is fixed. |
Group |
Gets or sets the pattern used to construct group row captions. |
Group |
Gets or sets the template that defines the visual representation of a group row caption. |
Group |
Gets or sets how data rows are combined into groups. |
Header |
|
Header |
Specifies how to handle the caption text if it cannot fit on one line. |
Header |
Gets or sets the template that defines the visual representation of the column header. |
Header |
|
Header |
|
Header |
|
Header |
|
Header |
|
Header |
|
Horizontal |
Gets or sets the horizontal alignment of the column’s content. |
Immediate |
Gets or sets whether to filter data each time a value in the Auto Filter Row is changed or only when a cell in the Auto Filter Row loses focus. |
Is |
Gets or sets whether the grid’s data is grouped by the current column. |
Is |
Gets or sets whether users are allowed to change cell values in the column. |
Is |
Gets whether the column is unbound. |
Is |
Gets or sets whether the column is visible in the grid. |
Max |
Gets or sets the column’s maximum width. |
Min |
Gets or sets the column’s minimum width. |
Padding | Specifies the distance between values and borders in the column’s cells. |
Row | Specifies in which row of the grid’s multi-row layout the column’s cells are located. |
Row |
Allows you to stretch the column’s cells across multiple rows within the grid’s multi-row layout (Advanced |
Show |
Gets or sets whether to show the filter icon in the Auto Filter Row‘s cell. |
Sort |
Gets or sets the column’s position among sorted columns. |
Sort |
Specifies whether the grid should sort or group data by column values or display text. |
Sort |
Gets or sets the column’s sort order. |
Total |
Gets or sets the template that defines the visual representation of the column’s total summary. |
Unbound |
Gets or sets an expression used to calculate values for the unbound column. |
Unbound |
Gets or sets whether the column is unbound, and the type of data the unbound column stores. |
Vertical |
Gets or sets the vertical alignment of the column’s content. |
Width | Gets or sets the column’s width. |
See Also