Back to Devexpress

RangeBaseEdit.IncrementSmall() Method

wpf-devexpress-dot-xpf-dot-editors-dot-rangebaseedit-5b1c914e.md

latest1.6 KB
Original Source

RangeBaseEdit.IncrementSmall() Method

Increments the editor’s value by the RangeBaseEdit.SmallStep property value.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void IncrementSmall()
vb
Public Sub IncrementSmall

Remarks

The IncrementSmall method adds the RangeBaseEdit.SmallStep property value to the RangeBaseEdit.Value. The editor’s value cannot be set to a value greater than specified by the RangeBaseEdit.Maximum property.

The IncrementSmall method is called when the end-user presses the RIGHT ARROW key.

See Also

Increment(Double)

IncrementLarge()

Decrement(Double)

RangeBaseEdit Class

RangeBaseEdit Members

DevExpress.Xpf.Editors Namespace