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

Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public virtual string ValidationGroup { get; set; }
Visual Basic
Public Overridable Property ValidationGroup As String
	Get
	Set
Visual C++
public:
virtual property String^ ValidationGroup {
	String^ get ();
	void set (String^ value);
}
F#
abstract ValidationGroup : string with get, set
override ValidationGroup : string with get, set

Property Value

Type: String
The group of controls for which the ThreeStateCheckBox causes validation when it posts back to the server. The default is an empty string ("").

See Also