Back to Devexpress

RangeBaseEdit.Increment(Double) Method

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

latest1.6 KB
Original Source

RangeBaseEdit.Increment(Double) Method

Increments 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 Increment(
    double value
)
vb
Public Sub Increment(
    value As Double
)

Parameters

NameTypeDescription
valueDouble

A Double value to be added to the editor’s value.

|

Remarks

The Increment method adds the specified value to the RangeBaseEdit.Value. The editor’s value cannot be set to a value greater than specified by the RangeBaseEdit.Maximum property.

See Also

IncrementSmall()

IncrementLarge()

Decrement(Double)

RangeBaseEdit Class

RangeBaseEdit Members

DevExpress.Xpf.Editors Namespace