TcxCustomVerticalGrid Class
The base class for Vertical Grid controls.
Declaration
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:
- TcxDBVerticalGrid
- Represents the data-aware vertical grid control.
- TcxRTTIInspector
- A runtime Object Inspector control.
- TcxVerticalGrid
- The vertical grid control that implements single record and banded layouts.
- TcxVirtualVerticalGrid
- The vertical grid control that implements single record, multi record and banded layouts.
Implements
Inheritance
See Also