Gets or sets the auto validation group.

Note: Data manager will use this value to set validation group value to all binding controls.

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

Syntax

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

Property Value

Type: String

See Also