SpinEdit.Increment Property
Gets or sets a value by which the editor’s value changes each time the editor is spun. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Double | A Double value representing the increment for the spin editor. |
Remarks
An end-user can increment or decrement the editor’s value by pressing the UP or DOWN ARROW keys or clicking the editor’s spin buttons. The editor’s value can also be incremented or decremented in code by calling the TextEdit.SpinUp or TextEdit.SpinDown methods, respectively.
See Also