RangeBaseEdit.DecrementSmall() Method
In This Article
Decreases the editor's value by the RangeBaseEdit.SmallStep property's value.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#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.
See Also