Back to Devexpress

TcxUnboundVerticalGrid.LayoutStyle Property

vcl-cxvgrid-dot-tcxunboundverticalgrid.md

latest772 B
Original Source

TcxUnboundVerticalGrid.LayoutStyle Property

Specifies the record layout within the control.

Declaration

delphi
property LayoutStyle: TcxvgUnboundLayoutStyle read; write; default ulsSingleRecordView;

Property Value

TypeDefault
TcxvgUnboundLayoutStyleulsSingleRecordView

Remarks

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

The default value of the LayoutStyle property is ulsSingleRecordView.

See Also

TcxUnboundVerticalGrid Class

TcxUnboundVerticalGrid Members

cxVGrid Unit