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

TcxCustomGridTableOptionsCustomize Class

Contains settings determining whether a user can customize a View via the View items (columns).

#Declaration

Delphi
TcxCustomGridTableOptionsCustomize = class(
    TcxCustomGridOptions
)

#Remarks

The TcxGrid control enables end-users to perform a number of operations over View items (columns). These operations include changing the visible state (visible or hidden) and order of items, applying grouping and sorting by the item values. You can use the OptionsCustomize property to control the availability of these features to the end-users.

Note

You can implement all the mentioned features via code regardless of the OptionsCustomize options.

See Also