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

RangeBaseEdit.IncrementLarge() Method

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

Namespace: DevExpress.Xpf.Editors

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

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