GridColumn
Represents a column configuration for grid display in the document management system.
This class defines the properties of a grid column including its name, display caption, formatting, data type, and display order. It is used to configure how data is presented in grid views.
Properties
Name | Description |
---|---|
Order | Gets or sets the display order of the column in the grid. |
Name | Gets or sets the identifier name of the grid column. |
DisplayFormat | Gets or sets the display format for the column's data. |
DataType | Gets or sets the data type of the column's content. |
Caption | Gets or sets the display caption of the grid column. |