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

TcxCustomGridTableView Class

The base class for all table-based Views in the VCL Data Grid.

Declaration

TcxCustomGridTableView = class(
    TcxCustomGridView,
    IcxFilterControl,
    IcxFilterControlEx,
    IcxNavigator,
    IcxNavigatorRecordPosition,
    IcxDataControllerConditionalFormattingProviderOwner
)

Remarks

This class stores the basic functionality for the Views that display data in tables. The following Views are class descendants:

View Items

Depending on the View type, the term item describes different View elements:

Column

In Table and Banded Table Views, items are columns displayed across the View.

A Column

Card Row

In a Card View, items are card rows arranged vertically.

A Card Row

Data Item
In a Layout View and Win Explorer View, item is a data item.

In the first case, a data item is embedded in a layout container.

A Layout View's Data Item

In the second case, a data item (image, text, description, check box, or group) is associated with a dataset field.

A WinExplorer View's Data Item

Main API Members

The list below displays class members that specify the View’s layout, appearance, and behavior. You can use these API members to do the following:

The TcxCustomGridTableView class implements basic functionality for tabular Views. Use the class’s descendants in your applications.

See Also