TextEdit.SpinUp() Method
In This Article
Increments the value of a masked editor.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#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