vcl-cxgridcustomtableview-19ff9032.md
Contains settings determining whether a user can customize a View via the View items (columns).
TcxCustomGridTableOptionsCustomize = class(
TcxCustomGridOptions
)
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.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridOptions TcxCustomGridTableOptionsCustomize
See Also
TcxCustomGridTableView.OptionsCustomize