Back to Devexpress

RangeBaseEdit.Decrement(Double) Method

wpf-devexpress-dot-xpf-dot-editors-dot-rangebaseedit-dot-decrement-x28-system-dot-double-x29.md

latest1.6 KB
Original Source

RangeBaseEdit.Decrement(Double) Method

Decreases the editor’s value by the specified value.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void Decrement(
    double value
)
vb
Public Sub Decrement(
    value As Double
)

Parameters

NameTypeDescription
valueDouble

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

DecrementSmall()

DecrementLarge()

Increment(Double)

RangeBaseEdit Class

RangeBaseEdit Members

DevExpress.Xpf.Editors Namespace