Skip to main content

RangeBaseEdit.Decrement(Double) Method

Decreases the editor's value by the specified value.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public void Decrement(
    double value
)

#Parameters

Name Type Description
value Double

A Double value to be subtracted from the editor's value.

#Remarks

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

See Also