Back to Devexpress

TcxGridCardViewOptionsCustomize Class

vcl-cxgridcardview-11902d02.md

latest1.4 KB
Original Source

TcxGridCardViewOptionsCustomize Class

Stores end-user permission settings for grid Card View customization operations.

Declaration

delphi
TcxGridCardViewOptionsCustomize = class(
    TcxGridCustomLayoutViewOptionsCustomize
)

Remarks

Users can customize a Card View at runtime: resize cards, filter and move rows, etc. Use properties declared in the TcxGridCardViewOptionsCustomize class to forbid or allow individual end-user customization actions.

The TcxGridCardView.OptionsCustomize property references a TcxGridCardViewOptionsCustomize object.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridOptions TcxCustomGridTableOptionsCustomize TcxGridCustomLayoutViewOptionsCustomize TcxGridCardViewOptionsCustomize

See Also

TcxGridCardViewOptionsCustomize Members

cxGridCardView Unit