Skip to main content

TextEdit.SpinDown() Method

Decrements the value of a masked editor.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public virtual void SpinDown()

Remarks

The SpinDown method is in effect if the editor has a numeric or date/time mask.

An end-user can decrement the editor’s value by pressing the DOWN key. If the editor has a date/time mask, the SpinDown method decrements the component of the date where the caret is located.

To increment the editor’s value, use the TextEdit.SpinUp method. Calling the SpinDown or TextEdit.SpinUp method fires the TextEdit.Spin event.

See Also