Skip to main content
A newer version of this page is available. .

TcxGridCustomLayoutViewViewData Class

The base class for the TcxGridCardViewViewData and TcxGridLayoutViewViewData classes.

Declaration

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.

See Also