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

TcxDBVerticalGrid Class

Represents the data-aware vertical grid control.

#Declaration

Delphi
TcxDBVerticalGrid = class(
    TcxVirtualVerticalGrid,
    IcxVGridDesignerRows
)

#Remarks

The vertical grid control is capable to display dataset records in the grid data columns vertically.

The TcxDBVerticalGrid class enables to work with dataset records retrieved using its DataController property in 3 possible layouts:

  • Single record layout - only one record available at a time in the grid control;

  • Multiple record layout - more than one record available at a time in the grid control;

  • Bands view layout - only one record available at a time in the grid control. The record will be rearranged to occupy all the grid control client area if the height of the grid control is insufficient to display the record height entirely.

The grid control’s layout is defined by the LayoutStyle property.

See Also