Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridColumn.Options Property

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

#Declaration

Delphi
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