ASP.NET Pack Programmer's Guide
CheckBox.GroupName Property
See Also
 





Gets or sets a value indicating which CheckBox controls are mutually exclusive.

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

 Syntax

C#  Copy Code

public string GroupName { get; set; }

Visual Basic  Copy Code

Public Property GroupName As String

 Property Value

Type: String
A string that specifies the group this control belongs to. The default value is an empty string ("").

 See Also

CheckBox Members
CheckBox Class
MindFusion.UI.WebForms Namespace