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





Gets or sets the caption of the control.

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

 Syntax

C#  Copy Code

public string Label { get; set; }

Visual Basic  Copy Code

Public Property Label As String

 Property Value

Type: String
A string that specifies the caption to be displayed for the control. The default value is an empty string ("").

 See Also

CheckBox Members
CheckBox Class
MindFusion.UI.WebForms Namespace