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

RangeBaseEdit.IncrementSmall() Method

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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