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

TcxCustomGridTableView.OptionsCustomize Property

Contains settings that determine the availability of runtime operations on the View’s items.

#Declaration

Delphi
property OptionsCustomize: TcxCustomGridTableOptionsCustomize read; write;

#Property Value

Type
TcxCustomGridTableOptionsCustomize

#Remarks

Use the OptionsCustomize property to access settings that determine the availability of runtime operations on View items. These operations include moving, grouping and sorting. All these features can be implemented programmatically, using the properties of View items. The customization options control the availability of these features to end-users. That means, if grouping is not available for the end-user (the corresponding option is deactivated), then a View can still be grouped via setting the GroupIndex property value of the required View items.

See Also