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

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.v18.2.dll

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