Skip to main content
All docs
V25.1
  • XtraScrollEventArgs.ScrollOrientation Property

    Gets the scrollbar orientation.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public ScrollOrientation ScrollOrientation { get; }

    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