GridDataColumn Properties
An object defining properties for the GridDataColumn class.
Visible
Indicates whether the column is visible in the grid.
Type: bool
ControlType
The type of control used for editing the column's data.
Type: string
Index
The optional index of the column in the grid.
UseThousandSeperator
Indicates whether a thousand separator should be used for numeric values.
Name
The unique name of the column.
Type: string
Precision
The number of decimal places to be used for numeric values in the column.
Type: string
EditType
Specifies the type of editing allowed for the column.
Type: string
DisableToExport
Indicates whether the column should be excluded from exports.
Type: string
PreferredWidth
Defines the preferred width of the column.
Type: double
HorizontalAlignment
Specifies the horizontal alignment of the column content.
Type: string
Format
Specifies the format to be applied to the column values.
Type: string
Caption
A dictionary containing localized captions for the column, typically keyed by language.
Type: Dictionary<string, string>