Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

Value Meaning Image
ulsBandsView 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.
ulsSingleRecordView 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.

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

See Also