RangeBaseEdit.DecrementSmall() Method
Decreases the editor’s value by the RangeBaseEdit.SmallStep property’s value.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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