Skip to main content
A newer version of this page is available. .

XtraScrollableControl.HorizontalScroll Property

Gets the horizontal scrollbar’s settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public HorizontalScroll HorizontalScroll { get; }

Property Value

Type Description
DevExpress.XtraEditors.HorizontalScroll

A DevExpress.XtraEditors.HorizontalScroll object that represents the horizontal scrollbar.

See Also