Gets or sets the name of the group of validation controls to validate when a button in a column is clicked.

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

Syntax

C#
[JsonAttribute(true, true, "")]
[DefaultValueAttribute("")]
public virtual string ValidationGroup { get; set; }
Visual Basic
<JsonAttribute(True, True, "")> _
<DefaultValueAttribute("")> _
Public Overridable Property ValidationGroup As String
	Get
	Set

Field Value

The default value is an empty string.

Return Value

The name of the validation group to validate when a button in a column is clicked.

See Also