LayoutViewOptionsMultiRecordMode.MultiColumnScrollBarOrientation Property
Gets or sets the scroll bar’s orientation in multi column display mode.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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 |
|
Remarks
This property is applied when the LayoutViewOptionsView.ViewMode option is set to MultiColumn.
See Also