Back to Devexpress

TcxvgLayoutStyle Enum

vcl-cxvgrid-663c4cc3.md

latest1.3 KB
Original Source

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.

ValueMeaningImage
lsBandsViewThe grid displays its data in bands.
lsSingleRecordViewThe grid displays a single record.
lsMultiRecordViewThe 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

cxVGrid Unit