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