Skip to main content

RangeBaseEdit.Increment(Double) Method

Increments the editor's value by the specified value.

Namespace: DevExpress.Xpf.Editors

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

#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