Skip to main content

TcxUnboundVerticalGrid.LayoutStyle Property

Specifies the record layout within the control.

Declaration

property LayoutStyle: TcxvgUnboundLayoutStyle read; write; default ulsSingleRecordView;

Property Value

Type Default
TcxvgUnboundLayoutStyle ulsSingleRecordView

Remarks

Refer to the TcxvgUnboundLayoutStyle type description to learn about available layout options.

The default value of the LayoutStyle property is ulsSingleRecordView.

See Also