Back to Devexpress

TcxCustomGridTableOptionsCustomize Class

vcl-cxgridcustomtableview-19ff9032.md

latest1.5 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridOptions TcxCustomGridTableOptionsCustomize

See Also

TcxCustomGridTableView.OptionsCustomize

TcxCustomGridTableOptionsCustomize Members

cxGridCustomTableView Unit