Back to Devexpress

TcxDBVerticalGrid Class

vcl-cxdbvgrid.md

latest2.1 KB
Original Source

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.

Implements

IcxVGridDesignerRows

Inheritance

Show 13 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxEditingControl TcxExtEditingControl TcxCustomVerticalGrid TcxVirtualVerticalGrid TcxDBVerticalGrid

See Also

TcxDBVerticalGrid Members

cxDBVGrid Unit