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

SpinEventArgs.IsSpinUp Property

A Boolean value that specifies whether the Up Arrow key or Up Spin button (in a SpinEdit control) has been pressed, or the mouse wheel has been rotated up.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public bool IsSpinUp { get; set; }

Property Value

Type Description
Boolean

true if the Up Arrow key or Up Spin button (in a SpinEdit control) has been pressed, or the mouse wheel has been rotated up; otherwise, false.

See Also