Skip to main content
A newer version of this page is available. .

RangeBaseEdit.DecrementSmallCommand Property

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public ICommand DecrementSmallCommand { get; }

Property Value

Type Description
ICommand

An object that defines a command implementing the ICommand interface.

See Also