TcxvgLayoutStyle Enum
In This Article
Enumerates the available layout styles.
#Declaration
Delphi
TcxvgLayoutStyle = (
lsBandsView,
lsSingleRecordView,
lsMultiRecordView
);
#Members
Name |
---|
ls
|
ls
|
ls
|
#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 |
---|---|---|
ls |
The grid displays its data in bands. | ![]() |
ls |
The grid displays a single record. | ![]() |
ls |
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