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

TcxCustomGrid Class

The base class for the VCL Data Grid control.

Declaration

TcxCustomGrid = class(
    TcxControl,
    IcxNavigator,
    IcxNavigatorRecordPosition,
    IdxSkinSupport,
    IcxLockedStatePaint,
    IcxLockedStateFontChanged
)

Remarks

This class is a direct ancestor of the VCL Data Grid control that allows you to display data in tables, cards, and charts.

TcxGrid Example

The TcxCustomGrid class implements the control’s basic functionality. Use this class’s descendant in your applications.

See Also