Back to Devexpress

LayoutViewOptionsMultiRecordMode.MultiColumnScrollBarOrientation Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsmultirecordmode-389ef433.md

latest2.4 KB
Original Source

LayoutViewOptionsMultiRecordMode.MultiColumnScrollBarOrientation Property

Gets or sets the scroll bar’s orientation in multi column 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 MultiColumnScrollBarOrientation { get; set; }
vb
<DefaultValue(ScrollBarOrientation.Default)>
<XtraSerializableProperty>
Public Overridable Property MultiColumnScrollBarOrientation As ScrollBarOrientation

Property Value

TypeDefaultDescription
DevExpress.XtraGrid.Views.Layout.ScrollBarOrientationDefault

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

.OptionsMultiRecordMode .MultiColumnScrollBarOrientation

|

Remarks

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

See Also

ViewMode

Layout View

LayoutViewOptionsMultiRecordMode Class

LayoutViewOptionsMultiRecordMode Members

DevExpress.XtraGrid.Views.Layout Namespace