XtraScrollEventArgs.ScrollOrientation Property
In This Article
Gets the scrollbar orientation.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public ScrollOrientation ScrollOrientation { get; }
#Property Value
Type | Description |
---|---|
Scroll |
A value that specifies the scrollbar orientation. |
Available values:
Name | Description |
---|---|
Horizontal |
The horizontal scroll bar. |
Vertical |
The vertical scroll bar. |
See Also