Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomVerticalGrid Class

The base class for Vertical Grid controls.

#Declaration

#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.
See Also