Gets or sets the maximum value allowed for the C1NumericBox.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public double Maximum { get; set; }
Visual Basic
Public Property Maximum As Double
	Get
	Set

See Also