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

LayoutViewOptionsMultiRecordMode.MultiColumnScrollBarOrientation Property

Gets or sets the scroll bar’s orientation in multi column display mode.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DefaultValue(ScrollBarOrientation.Default)]
[XtraSerializableProperty]
public virtual ScrollBarOrientation MultiColumnScrollBarOrientation { get; set; }

Property Value

Type Default Description
DevExpress.XtraGrid.Views.Layout.ScrollBarOrientation **Default**

A ScrollBarOrientation value that specifies the scroll bar’s orientation in multi column display mode.

Property Paths

You can access this nested property as listed below:

Object Type Path to MultiColumnScrollBarOrientation
LayoutView
.OptionsMultiRecordMode.MultiColumnScrollBarOrientation

Remarks

This property is applied when the LayoutViewOptionsView.ViewMode option is set to MultiColumn.

See Also