XtraScrollEventArgs.ScrollOrientation Property
Gets the scrollbar orientation.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v26.1.dll
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