vcl-cxvgrid.md
The vertical grid control that implements single record and banded layouts.
TcxVerticalGrid = class(
TcxUnboundVerticalGrid,
IcxVGridDesignerRows
)
This class inherits from the TcxUnboundVerticalGrid class and publishes the LayoutStyle property. It allows you to switch the record layout:
The TcxVerticalGrid class provides several option sets affecting aspects of the control’s functionality and appearance:
OptionsBehavior, these settings determine how the vertical grid control will react to end-user actions;
OptionsData, these settings determine the functionality of a data-aware grid control;
OptionsView, these settings control the appearance of the vertical grid control.
Show 13 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxEditingControl TcxExtEditingControl TcxCustomVerticalGrid TcxUnboundVerticalGrid TcxVerticalGrid
See Also