Skip to main content

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.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(1)]
public double Increment { get; set; }

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