Back to Devexpress

RangeBaseEdit.DecrementLargeCommand Property

wpf-devexpress-dot-xpf-dot-editors-dot-rangebaseedit-80d3b218.md

latest1.3 KB
Original Source

RangeBaseEdit.DecrementLargeCommand Property

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

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ICommand DecrementLargeCommand { get; }
vb
Public ReadOnly Property DecrementLargeCommand As ICommand

Property Value

TypeDescription
ICommand

An object that defines a command implementing the ICommand interface.

|

See Also

DecrementLarge()

RangeBaseEdit Class

RangeBaseEdit Members

DevExpress.Xpf.Editors Namespace