Skip to main content

TcxGridCardViewOptionsCustomize Class

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

Declaration

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.

See Also