Skip to main content
A newer version of this page is available. .

LayoutViewStyle Enum

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.1.dll

Declaration

public enum LayoutViewStyle

Members

Name Description
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.

Related API Members

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the LayoutViewStyle enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also