TcxGridColumnOptions Class
Contains options for managing the behavior of columns in a Table View.
Declaration
TcxGridColumnOptions = class(
TcxCustomGridColumnOptions
)
Remarks
This class contains options defining the global behavior of all columns at runtime. They define the end-users ability to manipulate column data such as sorting, filtering, moving, sizing, editing, etc.
TcxGridColumnOptions primarily inherits the properties introduced in its ancestor classes and introduces members that are specific to grid columns. To override these options in individual columns, use the column Options property.
TcxGridBandedColumnOptions extends TcxGridColumnOptions with behavior options for columns in a Banded Table View.
A TcxGridColumnOptions object is referenced via a column’s Options property set.
Inheritance
See Also