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 |
|---|---|
| Caption | Gets or sets the display caption of the grid column. |
| Name | Gets or sets the identifier name of the grid column. |
| Order | Gets or sets the display order of the column in the grid. |
| DisplayFormat | Gets or sets the display format for the column's data. |
| DataType | Gets or sets the data type of the column's content. |