TcxGridCardView.OptionsCustomize Property
In This Article
Provides access to the View’s customization options.
#Declaration
Delphi
property OptionsCustomize: TcxGridCardViewOptionsCustomize read; write;
#Property Value
Type |
---|
Tcx |
#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