Minimum 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#
[JsonAttribute(true, true, )]
[C1CategoryAttribute("Category.Value")]
[DefaultValueAttribute()]
[BindableAttribute(true)]
public virtual double MinValue { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, )> _
<C1CategoryAttribute("Category.Value")> _
<DefaultValueAttribute()> _
<BindableAttribute(True)> _
Public Overridable Property MinValue As Double
	Get
	Set

See Also