vcl-cxvgrid-663c4cc3.md
Enumerates the available layout styles.
TcxvgLayoutStyle = (
lsBandsView,
lsSingleRecordView,
lsMultiRecordView
);
| Name |
|---|
lsBandsView |
lsSingleRecordView |
lsMultiRecordView |
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