TcxCustomGridTableOptionsCustomize Class
Contains settings determining whether a user can customize a View via the View items (columns).
Declaration
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.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomGridOptions
TcxCustomGridTableOptionsCustomize
See Also