Back to Devexpress

TcxvgUnboundLayoutStyle Enum

vcl-cxvgrid-84a779fa.md

latest1.3 KB
Original Source

TcxvgUnboundLayoutStyle Enum

Enumerates the available layout styles of an unbound vertical grid.

Declaration

delphi
TcxvgUnboundLayoutStyle = (
    ulsBandsView,
    ulsSingleRecordView
);

Members

Name
ulsBandsView
ulsSingleRecordView

Remarks

The TcxvgUnboundLayoutStyle is used by the LayoutStyle option of an Unbound vertical grid.

ValueMeaningImage
ulsBandsViewThe 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.
ulsSingleRecordViewThe 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.

For Virtual and DB vertical grids, the TcxvgLayoutStyle enumerator is used.

See Also

cxVGrid Unit