RangeBaseEdit.DecrementLarge() Method
Decreases the editor’s value by the RangeBaseEdit.LargeStep property value.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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