Back to Devexpress

XtraScrollEventArgs.ScrollOrientation Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrascrolleventargs.md

latest1.3 KB
Original Source

XtraScrollEventArgs.ScrollOrientation Property

Gets the scrollbar orientation.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public ScrollOrientation ScrollOrientation { get; }
vb
Public ReadOnly Property ScrollOrientation As ScrollOrientation

Property Value

TypeDescription
ScrollOrientation

A value that specifies the scrollbar orientation.

|

Available values:

NameDescription
HorizontalScroll

The horizontal scroll bar.

| | VerticalScroll |

The vertical scroll bar.

|

See Also

XtraScrollEventArgs Class

XtraScrollEventArgs Members

DevExpress.XtraEditors Namespace