Skip to main content

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.v24.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