RangeBaseEdit.DecrementLarge() Method
In This Article
Decreases the editor's value by the RangeBaseEdit.LargeStep property's value.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Remarks
The DecrementLarge method subtracts the RangeBaseEdit.LargeStep 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