Skip to main content

TcxCustomGrid Class

The base class for the VCL Data Grid control.

Declaration

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

Remarks

The Data Grid allows you to display data as a table and in a variety of other formats. The control has multiple built-in features that allow users to shape and edit data.

VCL Data Grid: A Grid Table View Example

Main API Members

The list below outlines key members of the TcxGrid class that allow you to manage grid Views and levels as well as to customize general layout and appearance settings.

Terminal TcxCustomGrid Class Descendant

Do not use the TcxCustomGrid class directly. Use the TcxGrid control instead.

Get Started

The following tutorials help you get acquainted with the Data Grid control and its Views:

Table View
This tutorial describes how to add a Data Grid control to your application and set up a Table View display style.
Banded Table View
This tutorial describes how to add a Data Grid control, specify data connections, and adjust appearance settings in a Banded Table View.
See Also