Skip to main content

RangeBaseEdit.IncrementSmall() Method

In This Article

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

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public void IncrementSmall()

#Remarks

The IncrementSmall method adds the RangeBaseEdit.SmallStep 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