Maximum value that can be entered.

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Value")]
[DefaultValueAttribute()]
[BindableAttribute(true)]
[JsonAttribute(true, true, )]
public virtual double MaxValue { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Value")> _
<DefaultValueAttribute()> _
<BindableAttribute(True)> _
<JsonAttribute(True, True, )> _
Public Overridable Property MaxValue As Double
	Get
	Set

See Also