TcxGridCustomLayoutViewViewData Class
In This Article
The base class for the TcxGridCardViewViewData and TcxGridLayoutViewViewData classes.
#Declaration
Delphi
TcxGridCustomLayoutViewViewData = class(
TcxCustomGridTableViewData
)
#Remarks
The TcxGridCustomLayoutViewViewData class exposes the Records property of the TcxGridCustomLayoutRecord type.
Do not use this class directly. Use its descendants instead.
#Inheritance
See Also