Gets or sets the ValidationGroup that
C1ComboBox belongs to.
Namespace:
C1.Web.UI.Controls.C1ComboBoxAssembly:
C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
Visual Basic (Declaration) |
---|
<C1CategoryAttribute("Category.Behavior")> _
<JsonAttribute(True, True, Nothing)> _
<BindableAttribute(False)> _
<DefaultValueAttribute(Nothing)> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Property ValidationGroup As String
Get
Set |
Examples
Copy CodeC#
<cc1:C1ComboBox ID="c1ComboBox2" runat="server" ValidationGroup="group1"></cc1:C1ComboBox> |
See Also