Skip to main content

TextEdit.SpinUp() Method

Increments 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 SpinUp()

Remarks

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

An end-user can increment the editor’s value by pressing the UP key. If the editor has a date/time mask, the SpinUp method increments the component of the date where the caret is located.

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

See Also