Back to Devexpress

LayoutViewOptionsMultiRecordMode.MultiRowScrollBarOrientation Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsmultirecordmode-b1fbcb08.md

latest2.4 KB
Original Source

LayoutViewOptionsMultiRecordMode.MultiRowScrollBarOrientation Property

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

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(ScrollBarOrientation.Default)]
[XtraSerializableProperty]
public virtual ScrollBarOrientation MultiRowScrollBarOrientation { get; set; }
vb
<DefaultValue(ScrollBarOrientation.Default)>
<XtraSerializableProperty>
Public Overridable Property MultiRowScrollBarOrientation As ScrollBarOrientation

Property Value

TypeDefaultDescription
DevExpress.XtraGrid.Views.Layout.ScrollBarOrientationDefault

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 TypePath to MultiRowScrollBarOrientation
LayoutView

.OptionsMultiRecordMode .MultiRowScrollBarOrientation

|

Remarks

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

See Also

ViewMode

Layout View

LayoutViewOptionsMultiRecordMode Class

LayoutViewOptionsMultiRecordMode Members

DevExpress.XtraGrid.Views.Layout Namespace