Gets or sets the name of the property on the child control which controls the maximum value that can be entered directly. The default is "Maximum". 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 MaximumProperty { get; set; }
Visual Basic (Declaration)
Public Property MaximumProperty As String

Remarks

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

See Also