Back to Devexpress

LayoutViewStyle Enum

windowsforms-devexpress-dot-xtraverticalgrid-964504f1.md

latest2.3 KB
Original Source

LayoutViewStyle Enum

Contains values that specify the layout style applied to a vertical grid control.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public enum LayoutViewStyle
vb
Public Enum LayoutViewStyle

Members

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.

|

The following properties accept/return LayoutViewStyle values:

Remarks

The values listed by this enumeration are used to set the VGridControl.LayoutStyle and PropertyGridControl.LayoutStyle properties.

See Also

VGridControl.LayoutStyle

PropertyGridControl.LayoutStyle

DevExpress.XtraVerticalGrid Namespace