The PropertyLabelControl control provides a standard UI component for displaying a label for a property. It contains a Label and Help Text and can be Data Bound.

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

Syntax

C#
public class PropertyLabelControl : WebControl
Visual Basic
Public Class PropertyLabelControl
	Inherits WebControl

Remarks

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      DotNetNuke.UI.WebControls..::..PropertyLabelControl

See Also