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

RangeBaseEdit.DecrementSmall() Method

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public void DecrementSmall()

Remarks

The DecrementSmall method subtracts the RangeBaseEdit.SmallStep property’s value from the RangeBaseEdit.Value. The editor’s value cannot be set to a value less than specified by the RangeBaseEdit.Minimum property.

The DecrementSmall method is called when the end-user presses the LEFT ARROW key.

See Also