Skip to main content

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

NameDescription
OrderGets or sets the display order of the column in the grid.
NameGets or sets the identifier name of the grid column.
DisplayFormatGets or sets the display format for the column's data.
DataTypeGets or sets the data type of the column's content.
CaptionGets or sets the display caption of the grid column.