Back to Devexpress

TcxUnboundVerticalGrid Class

vcl-cxvgrid-28f7e09b.md

latest2.1 KB
Original Source

TcxUnboundVerticalGrid Class

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

Declaration

delphi
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.

Inheritance

Show 12 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxEditingControl TcxExtEditingControl TcxCustomVerticalGrid TcxUnboundVerticalGrid

See Also

TcxUnboundVerticalGrid Members

cxVGrid Unit