Gets or sets the ValidationGroup that C1ComboBox belongs to.

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, null)]
[BindableAttribute(false)]
[DefaultValueAttribute(null)]
[LayoutAttribute(LayoutType.Behavior)]
public string ValidationGroup { get; set; }
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