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

TcxvgLayoutStyle Enum

Enumerates the available layout styles.

#Declaration

Delphi
TcxvgLayoutStyle = (
    lsBandsView,
    lsSingleRecordView,
    lsMultiRecordView
);

#Members

Name
lsBandsView
lsSingleRecordView
lsMultiRecordView

#Remarks

The TcxvgLayoutStyle enumerator is used by the LayoutStyle property that allows you to specify the vertical grid control’s layout style.

Value Meaning Image
lsBandsView The grid displays its data in bands.
lsSingleRecordView The grid displays a single record.
lsMultiRecordView The grid is able to display several records.

This enumerator is used to specify the layout style of the Virtual and DB vertical grids. The Unbound grid uses the TcxvgUnboundLayoutStyle enumerator.

See Also