Gets or sets the group of controls for which the tab causes validation when it posts back to the server.

Namespace:  C1.Web.UI.Controls.C1TabStrip
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[BindableAttribute(true)]
[LayoutAttribute(LayoutType.Behavior)]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute("")]
[DescriptionAttribute("Gets or sets the group of controls for which the tab causes validation when it posts back to the server.")]
[JsonAttribute(true, true, "")]
public string ValidationGroup { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
<LayoutAttribute(LayoutType.Behavior)> _
<CategoryAttribute("Behavior")> _
<DefaultValueAttribute("")> _
<DescriptionAttribute("Gets or sets the group of controls for which the tab causes validation when it posts back to the server.")> _
<JsonAttribute(True, True, "")> _
Public Property ValidationGroup As String
	Get
	Set

Remarks