TcxVirtualVerticalGrid.LayoutStyle Property
Specifies the record layout within the control.
Declaration
property LayoutStyle: TcxvgLayoutStyle read; write; default lsSingleRecordView;
Property Value
Type | Default |
---|---|
TcxvgLayoutStyle | lsSingleRecordView |
Remarks
Refer to the TcxvgLayoutStyle type description to learn about available layout options.
The default value of the LayoutStyle property is lsSingleRecordView.
See Also