Back to Devexpress

RangeBaseEdit.DecrementLarge() Method

wpf-devexpress-dot-xpf-dot-editors-dot-rangebaseedit-68506775.md

latest1.7 KB
Original Source

RangeBaseEdit.DecrementLarge() Method

Decreases 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 DecrementLarge()
vb
Public Sub DecrementLarge

Remarks

The DecrementLarge method subtracts the RangeBaseEdit.LargeStep property’value from the RangeBaseEdit.Value. The editor’s value cannot be set to a value less than specified by the RangeBaseEdit.Minimum property.

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

See Also

Decrement(Double)

DecrementSmall()

Increment(Double)

RangeBaseEdit Class

RangeBaseEdit Members

DevExpress.Xpf.Editors Namespace