Skip to main content
A newer version of this page is available. .

RangeBaseEdit.DecrementLarge() Method

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public void 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