Skip to main content

TcxCustomGridColumn.Options Property

Defines a set of options managing the behavior and appearance of the column.

Declaration

property Options: TcxCustomGridColumnOptions read; write;

Property Value

Type
TcxCustomGridColumnOptions

Remarks

Use this property to adjust various settings of a grid column. You can specify whether a user can edit the column data, move the column, group View data by the column, etc. See the numerous attributes of the View’s OptionsBehavior, OptionsData, OptionsCustomize, OptionsView, and OptionsSelection properties to define settings common to all columns within a View.

See Also