Gets or sets whether length of text in C1ComboBox exceeds the length defined in MaxLength.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[C1CategoryAttribute("Category.Behavior")]
[JsonAttribute(true, true, true)]
[LayoutAttribute(LayoutType.Behavior)]
public bool Valid { get; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Behavior")> _
<JsonAttribute(True, True, True)> _
<LayoutAttribute(LayoutType.Behavior)> _
Public ReadOnly Property Valid As Boolean
	Get

See Also