Gets or sets the maximum value allowed for the C1NumericBox.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public double Maximum { get; set; }
Visual Basic
Public Property Maximum As Double
	Get
	Set
XAML Attribute Usage
<object Maximum="double" .../>

Remarks

This is a dependency property.

See Also