Back to Devexpress

RangeBaseEdit.IncrementSmallCommand Property

wpf-devexpress-dot-xpf-dot-editors-dot-rangebaseedit-4ae3637d.md

latest1.3 KB
Original Source

RangeBaseEdit.IncrementSmallCommand Property

Increments 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 ICommand IncrementSmallCommand { get; }
vb
Public ReadOnly Property IncrementSmallCommand As ICommand

Property Value

TypeDescription
ICommand

An object that defines a command implementing the ICommand interface.

|

See Also

SmallStep

RangeBaseEdit Class

RangeBaseEdit Members

DevExpress.Xpf.Editors Namespace