ControlName is the Id of the control that is associated with the label

Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string ControlName { get; set; }
Visual Basic
Public Property ControlName As String
	Get
	Set

Field Value

A string representing the id of the associated control

Remarks