vcl-cxvgrid-12215a5a.md
The base class for Vertical Grid controls.
TcxCustomVerticalGrid = class(
TcxExtEditingControl,
IcxStoredObject,
IcxStoredParent,
IcxDataControllerConditionalFormattingProviderOwner,
IdxSkinSupport
)
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.
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.
IcxDataControllerConditionalFormattingProviderOwner
Show 11 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxEditingControl TcxExtEditingControl TcxCustomVerticalGrid
See Also