ASP.NET Pack Programmer's Guide
Button.ValidationGroup Property
See Also
 





Gets or sets the group of controls for which the control causes validation.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public string ValidationGroup { get; set; }

Visual Basic  Copy Code

Public Property ValidationGroup As String

 Property Value

Type: String
The name of the validation group to which this control belongs. The default is an empty string ("").

 See Also

Button Members
Button Class
MindFusion.UI.WebForms Namespace