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