Back to Devexpress

SpinEdit.Increment Property

wpf-devexpress-dot-xpf-dot-editors-dot-spinedit-b2899c94.md

latest1.8 KB
Original Source

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

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public decimal Increment { get; set; }
vb
Public Property Increment As Decimal

Property Value

TypeDescription
Decimal

A decimal value representing the increment for the spin editor.

|

Remarks

If the SpinEdit.IsFloatValue property is set to true , the increment value is a float. Otherwise, it is rounded to the nearest integer.

An end user can increment or decrement the editor’s value by pressing the UP or DOWN ARROW keys, scrolling the mouse wheel, or clicking the editor’s spin buttons. The editor’s value can also be incremented or decremented from code by calling the TextEdit.SpinUp or TextEdit.SpinDown methods, respectively.

See Also

IsFloatValue

SpinDown()

SpinUp()

SpinEdit Class

SpinEdit Members

DevExpress.Xpf.Editors Namespace