Gets or sets the Validation Group that this control "validates"

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string ValidationGroup { get; set; }
Visual Basic
Public Property ValidationGroup As String
	Get
	Set

Field Value

A String

See Also