TcxCustomGridColumnOptions Class
The base class for classes that contain appearance and behavior settings for a Table View column.
Declaration
TcxCustomGridColumnOptions = class(
TcxCustomGridTableItemOptions
)
Remarks
This class extends its ancestor with members that allow you to do the following:
Access the column (Item).
Specify the column’s filter condition (FilterRowOperator).
Automatically resize the column (AutoWidthSizable).
Prohibit a user from resizing the column (HorzSizing).
Merge adjacent column cells with the same values (CellMerging).
Hide or display column group footers (GroupFooters).
Display the image combo box column’s images in group rows (ShowGroupValuesWithImages).
Do not use this class directly. Use the following descendants instead:
- TcxGridColumnOptions
- TcxGridBandedColumnOptions
- TcxGridServerModeColumnOptions
- TcxGridServerModeBandedColumnOptions
Inheritance
See Also