PropertyGridControl.LayoutStyle Property
In This Article
Gets or sets the control’s layout style.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
[DefaultValue(LayoutViewStyle.SingleRecordView)]
[XtraSerializableProperty]
public LayoutViewStyle LayoutStyle { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Layout |
Single |
A Layout |
Available values:
Name | Description |
---|---|
Bands |
Applies the bands view layout to the control. |
Single |
Applies the single record view layout to the control. |
Multi |
Applies the multiple records view layout to the control. This layout is not supported by the Property |
See Also