TcxGridCustomLayoutView Class
In This Article
The base class for the TcxGridCardView and TcxGridLayoutView classes.
#Declaration
Delphi
TcxGridCustomLayoutView = class(
TcxCustomGridTableView
)
#Remarks
The TcxGridCustomLayoutView class provides the following implementation:
Common functionality for the Views, in which records are displayed in a card format.
Customization (OptionsCustomize) and appearance (OptionsView) settings common to the Card View and Layout View.
Do not use this class directly. Use its descendants instead.
#Inheritance
See Also