Back to Devexpress

TcxCustomVerticalGrid Class

vcl-cxvgrid-12215a5a.md

latest2.4 KB
Original Source

TcxCustomVerticalGrid Class

The base class for Vertical Grid controls.

Declaration

delphi
TcxCustomVerticalGrid = class(
    TcxExtEditingControl,
    IcxStoredObject,
    IcxStoredParent,
    IcxDataControllerConditionalFormattingProviderOwner,
    IdxSkinSupport
)

Remarks

A vertical grid control displays data in rows that correspond to individual data items (dataset fields in bound data access mode). The Rows property provides access to all vertical grid rows.

Terminal TcxCustomVerticalGrid Class Descendants

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

TcxDBVerticalGridRepresents the data-aware vertical grid control.TcxRTTIInspectorA runtime Object Inspector control.TcxVerticalGridThe vertical grid control that implements single record and banded layouts.TcxVirtualVerticalGridThe vertical grid control that implements single record, multi record and banded layouts.

Implements

IcxStoredObject

IcxStoredParent

IcxDataControllerConditionalFormattingProviderOwner

IdxSkinSupport

Inheritance

Show 11 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxEditingControl TcxExtEditingControl TcxCustomVerticalGrid

See Also

TcxCustomVerticalGrid Members

cxVGrid Unit