Skip to main content

SpinEdit.Value Property

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

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

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