Skip to main content
A newer version of this page is available. .

RangeBaseEdit.Increment(Double) Method

Increments the editor’s value by the specified value.

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public void Increment(
    double value
)

Parameters

Name Type Description
value Double

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