Skip to main content

RangeBaseEdit.IncrementLarge() Method

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

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