Skip to main content

TcxCustomGridTableView Class

The base class for all table-based grid View classes in the VCL Data Grid.

Declaration

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

Remarks

The TcxCustomGridTableView class implements core functionality common to all table-based grid Views.

Data Item Types

Data items are main visual elements of all grid Views. Depending on the View type, data items describe different View elements:

Column

In a Table or Banded Table View, data items are columns that populate the View from left to right.

VCL Data Grid: A Column

Card Row

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

VCL Data Grid: A Card Row

Layout Data Item

A layout data item is embedded into a layout container.

VCL Data Grid: A Layout Item

WinExplorer Data Item

A WinExplorer data item is an image, text, check box, or group associated with a dataset field.

VCL Data Grid: A WinExplorer Data Item

Main API Members

The list below outlines key members of the TcxCustomGridTableView class that allow you to configure grid View layout, appearance, and behavior settings.

Terminal TcxCustomGridTableView Class Descendants

Do not use the TcxCustomGridTableView class directly. Use the following descendants instead:

Table Views
TcxGridTableView
An unbound Table View in the VCL Data Grid.
TcxGridDBTableView
A bound Table View in the VCL Data Grid.
TcxGridServerModeTableView
The Table View that provides support for server mode.
Banded Table Views
TcxGridBandedTableView
A View that groups columns into bands.
TcxGridDBBandedTableView
A data-aware Banded Table View.
TcxGridServerModeBandedTableView
The Banded Table View that provides support for server mode.
Card Views
TcxGridCardView
Represents a Card View.
TcxGridDBCardView
Represents a data-aware Card View.
Layout Views
TcxGridLayoutView
An unbound Layout View.
TcxGridDBLayoutView
A data-aware Layout View.
WinExplorer Views
TcxGridWinExplorerView
An unbound WinExplorer View.
TcxGridDBWinExplorerView
A data-aware WinExplorer View.
See Also