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.v19.2.dll
Declaration
public double Increment { get; set; }
Public Property Increment As Double
Property Value
Type |
Description |
Double |
A Double value representing the increment for the spin editor.
|
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
We are updating the DevExpress product documentation website and this page is part of our new experience. During this transition period, product documentation remains available in our previous format at documentation.devexpress.com. Learn More...