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

LayoutViewOptionsMultiRecordMode.MultiRowScrollBarOrientation Property

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

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DefaultValue(ScrollBarOrientation.Default)]
[XtraSerializableProperty]
public virtual ScrollBarOrientation MultiRowScrollBarOrientation { 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 row display mode.

Property Paths

You can access this nested property as listed below:

Object Type Path to MultiRowScrollBarOrientation
LayoutView
.OptionsMultiRecordMode.MultiRowScrollBarOrientation

Remarks

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

See Also