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

XtraScrollableControl.VerticalScroll Property

Gets the vertical scrollbar’s settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraEditors.VerticalScroll

A DevExpress.XtraEditors.VerticalScroll object that represents the vertical scrollbar.

See Also