Gets or sets the name of the property on the child control which will be modified when the user spins the control. The default is "Value". This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public string ValueProperty { get; set; }
Visual Basic (Declaration)
Public Property ValueProperty As String

Remarks

Dependency Property Information
Identifier field ValuePropertyProperty
Metadata properties set to true None

See Also