TTMSFNCDataGridColumn
Properties
| Property | Description |
|---|---|
| &Readonly | Sets a column readonly. |
| &Type | Sets the type of the column (gcitNormal, gcitCheckBox, gcitRadioButton, gcitDataCheckBox, gcitDataRadioButton, gcitButton, gcitProgressBar, gcitDataProgressBar, gcitBitmap). |
| Appearance | Sets the appearance of the column for various states. |
| Binding | Specifies conversion values when binding data, such as the string representation for a Boolean. |
| ControlAlign | The alignment of a control in a column. |
| ControlHeight | The height of a control in a column. |
| ControlMargins | The margins of a control in a column. |
| ControlPosition | The position of a control in a column. |
| ControlText | The text of a control in a column (if possible). |
| ControlWidth | The width of a control in a column. |
| Editor | Specifies the inplace editor of a column. |
| EditorItems | Specifies the inplace editor items of a column (in combination with combobox or other dropdown lists). |
| EditorTarget | Specifies the inplace editor target of a column (by default the cell text is targetted, but it's possible to change this to the color value of a cell). |
| FilterButton | Enables or disables displaying a filter button on a column when filtering is enabled. |
| FilterDefaultType | The default filter type of a column when filtering is enabled. |
| FilterEditor | Enables or disables displaying a filter editor on a column (filter row needs to be configured and enabled). |
| FilterEditorType | Determines the type of editor for a column when filter row is enabled, by default this is set to automatic. |
| Formatting | The formatting of values in a column. |
| Header | The header of a column. |
| Name | The name of a column (for identification purposes). |
| Settings | Properties that affect column appearance/behaviour need to be set here (automatically enabled at designtime, needs to be set manually when setting column properties at runtime). |
| TypeRange | The range, determining which cells are affected by the &Type property. |
| ValueType | The value type of a column detected when adding data. |
| Visible | The visibility of a column. |
| Width | The width of a column. |
Go back to TTMSFNCDataGridColumns