LayoutViewOptionsMultiRecordMode.MultiRowScrollBarOrientation Property
Gets or sets the scroll bar’s orientation in multi row 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 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 |
|
Remarks
This property is applied when the LayoutViewOptionsView.ViewMode option is set to MultiRow.
See Also