Gets or sets a value indicating whether item select causes validation.
Namespace:
C1.Web.UI.Controls.C1ComboBoxAssembly:
C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[BindableAttribute(false)]
[DefaultValueAttribute(true)]
[JsonAttribute(true, true, true)]
[C1CategoryAttribute("Category.Behavior")]
[LayoutAttribute(LayoutType.Behavior)]
public bool CausesValidation { get; set; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(False)> _
<DefaultValueAttribute(True)> _
<JsonAttribute(True, True, True)> _
<C1CategoryAttribute("Category.Behavior")> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Property CausesValidation As Boolean
Get
Set |
Examples
Copy CodeC#
<cc1:C1ComboBox ID="c1ComboBox2" runat="server" CausesValidation="false"></cc1:C1ComboBox> |
See Also