Skip to main content
A newer version of this page is available. .

TcxGridColumn.Options Property

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

Declaration

property Options: TcxGridColumnOptions read; write;

Property Value

Type
TcxGridColumnOptions

Remarks

Use this property to adjust various settings of the 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