Skip to main content

TcxUnboundVerticalGrid Class

The base class for vertical grid controls implementing single record and banded layouts.

Declaration

TcxUnboundVerticalGrid = class(
    TcxCustomVerticalGrid
)

Remarks

This class inherits its basic functionality from the TcxCustomVerticalGrid class and declares the LayoutStyle property. This property controls the record layout:

  • single record layout – the vertical grid control displays a single record at a time. If the control’s height is less than the record’s height, a vertical scrollbar is displayed.

  • banded layout – the vertical grid control displays a single record at a time. If the record’s height is greater than the control’s height, the record is wrapped within the control.

TcxUnboundVerticalGrid descendants include TcxVerticalGrid and TcxRTTIInspector.

See Also