TcxvgLayoutStyle Enum
Enumerates the available layout styles.
Declaration
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


