Skip to main content

RangeBaseEdit.IncrementLarge() Method

In This Article

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

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public void IncrementLarge()

#Remarks

The IncrementLarge method adds the RangeBaseEdit.LargeStep property's value to the RangeBaseEdit.Value. The editor's value cannot be set to a value greater than specified by the RangeBaseEdit.Maximum property.

See Also