Skip to main content

RangeBaseEdit.DecrementLargeCommand Property

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ICommand DecrementLargeCommand { get; }

Property Value

Type Description
ICommand

An object that defines a command implementing the ICommand interface.

See Also