TcxGridCardView.OptionsCustomize Property
Provides access to the View’s customization options.
Declaration
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