Back to Devexpress

RangeBaseEdit.IncrementLarge() Method

wpf-devexpress-dot-xpf-dot-editors-dot-rangebaseedit-2b2df78f.md

latest1.7 KB
Original Source

RangeBaseEdit.IncrementLarge() Method

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

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void IncrementLarge()
vb
Public Sub IncrementLarge

Remarks

The IncrementLarge method adds the RangeBaseEdit.LargeStep property value to the RangeBaseEdit.Value. The editor’s value cannot be set to a value greater than specified by the RangeBaseEdit.Maximum property.

The IncrementLarge method is called when the end-user clicks within the TrackBarEdit at the right of the slider.

See Also

Increment(Double)

IncrementSmall()

Decrement(Double)

RangeBaseEdit Class

RangeBaseEdit Members

DevExpress.Xpf.Editors Namespace