summaryT:DotNetNuke.UI.WebControls.LabelModeAttribute

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

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Property)]
public sealed class LabelModeAttribute : Attribute
Visual Basic
<AttributeUsageAttribute(AttributeTargets.Property)> 
Public NotInheritable Class LabelModeAttribute
	Inherits Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    DotNetNuke.UI.WebControls..::..LabelModeAttribute

See Also