TcxDBVerticalGrid Class
Represents the data-aware vertical grid control.
Declaration
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.
Implements
Inheritance
See Also