Back to Devexpress

TcxGridCardView.OptionsCustomize Property

vcl-cxgridcardview-dot-tcxgridcardview-06bd2a66.md

latest1.0 KB
Original Source

TcxGridCardView.OptionsCustomize Property

Provides access to the View’s customization options.

Declaration

delphi
property OptionsCustomize: TcxGridCardViewOptionsCustomize read; write;

Property Value

Type
TcxGridCardViewOptionsCustomize

Remarks

The OptionsCustomize property provides access to the TcxGridCardViewOptionsCustomize object whose properties define how end-users can interact with the View. For instance, it contains properties defining whether end-users can resize cards; rearrange card rows using drag and drop, etc. Please refer to the description of the TcxGridCardViewOptionsCustomize class to for details on available options.

See Also

TcxGridCardView Class

TcxGridCardView Members

cxGridCardView Unit