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