GridDataColumn
The GridDataColumn class represents a column in a grid structure, containing metadata such as name, formatting, visibility, and alignment.
Properties
| Name | Description |
|---|---|
| Caption | A dictionary containing localized captions for the column, typically keyed by language. |
| EditType | Specifies the type of editing allowed for the column. |
| Precision | The number of decimal places to be used for numeric values in the column. |
| PreferredWidth | Defines the preferred width of the column. |
| DisableToExport | Indicates whether the column should be excluded from exports. |
| Format | Specifies the format to be applied to the column values. |
| Name | The unique name of the column. |
| Visible | Indicates whether the column is visible in the grid. |
| Index | The optional index of the column in the grid. |
| ControlType | The type of control used for editing the column's data. |
| UseThousandSeperator | Indicates whether a thousand separator should be used for numeric values. |
| HorizontalAlignment | Specifies the horizontal alignment of the column content. |