vcl-cxvgrid-698bdd2f.md
The vertical grid control that implements single record, multi record and banded layouts.
TcxVirtualVerticalGrid = class(
TcxCustomVerticalGrid,
IcxVGridDesignerRows,
IcxNavigator,
IcxFilterControl,
IcxFilterControlEx
)
TcxVirtualVerticalGrid implements a vertical grid control with single record, multi record, and banded layouts. The grid is able to work in Provider Mode. It inherits its basic functionality from its ancestor and declares the LayoutStyle property. This property controls the following record layouts:
The TcxVirtualVerticalGrid class is the base class for the TcxDBVerticalGrid control and also implements TcxFilterControl and TcxNavigator functionality.
Show 12 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxEditingControl TcxExtEditingControl TcxCustomVerticalGrid TcxVirtualVerticalGrid
See Also