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

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

Syntax

C#
[JsonAttribute(true, true, "")]
[C1CategoryAttribute("Category.Behavior")]
[DefaultValueAttribute("")]
[BindableAttribute(true)]
public string ValidationGroup { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, "")> _
<C1CategoryAttribute("Category.Behavior")> _
<DefaultValueAttribute("")> _
<BindableAttribute(True)> _
Public Property ValidationGroup As String
	Get
	Set

See Also