Skip to main content

SpinEdit.Value Property

Gets or sets a spin editor’s value. This is a dependency property.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(0, Handler = "OnValueChanged")]
public double Value { get; set; }

Property Value

Type Description
Double

A Double value specifying the editor’s value.

Remarks

The minimum and maximum allowed values for the editor are specified via the SpinEdit.MinValue and SpinEdit.MaxValue properties, respectively.

See Also