Back to Devexpress

PropertyGridControl.LayoutStyle Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertygridcontrol-e7444875.md

latest2.2 KB
Original Source

PropertyGridControl.LayoutStyle Property

Gets or sets the control’s layout style.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[DefaultValue(LayoutViewStyle.SingleRecordView)]
[XtraSerializableProperty]
public LayoutViewStyle LayoutStyle { get; set; }
vb
<DefaultValue(LayoutViewStyle.SingleRecordView)>
<XtraSerializableProperty>
Public Property LayoutStyle As LayoutViewStyle

Property Value

TypeDefaultDescription
LayoutViewStyleSingleRecordView

A LayoutViewStyle enumeration value that specifies the control’s layout style.

|

Available values:

NameDescription
BandsView

Applies the bands view layout to the control.

| | SingleRecordView |

Applies the single record view layout to the control.

| | MultiRecordView |

Applies the multiple records view layout to the control. This layout is not supported by the PropertyGridControl.

|

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.XtraVerticalGrid Namespace