Skip to main content

RangeBaseEdit.IncrementSmall() Method

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public void IncrementSmall()

Remarks

The IncrementSmall method adds the RangeBaseEdit.SmallStep 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 IncrementSmall method is called when the end-user presses the RIGHT ARROW key.

See Also