Back to Devexpress

RangeBaseEdit.DecrementSmall() Method

wpf-devexpress-dot-xpf-dot-editors-dot-rangebaseedit-fb6eb37f.md

latest1.6 KB
Original Source

RangeBaseEdit.DecrementSmall() Method

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

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void DecrementSmall()
vb
Public Sub DecrementSmall

Remarks

The DecrementSmall method subtracts the RangeBaseEdit.SmallStep property’s value from the RangeBaseEdit.Value. The editor’s value cannot be set to a value less than specified by the RangeBaseEdit.Minimum property.

The DecrementSmall method is called when the end-user presses the LEFT ARROW key.

See Also

Decrement(Double)

DecrementLarge()

Increment(Double)

RangeBaseEdit Class

RangeBaseEdit Members

DevExpress.Xpf.Editors Namespace