XtraScrollEventArgs.ScrollOrientation Property
Gets the scrollbar orientation.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ScrollOrientation | A value that specifies the scrollbar orientation. |
Available values:
| Name | Description |
|---|---|
| HorizontalScroll | The horizontal scroll bar. |
| VerticalScroll | The vertical scroll bar. |
See Also