Back to Devexpress

RangeBaseEdit.IncrementLargeCommand Property

wpf-devexpress-dot-xpf-dot-editors-dot-rangebaseedit-363a1f20.md

latest1.3 KB
Original Source

RangeBaseEdit.IncrementLargeCommand Property

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

Property Value

TypeDescription
ICommand

An object that defines a command implementing the ICommand interface.

|

See Also

LargeStep

RangeBaseEdit Class

RangeBaseEdit Members

DevExpress.Xpf.Editors Namespace