summaryT:DotNetNuke.UI.WebControls.FormatAttribute

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

Syntax

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

Inheritance Hierarchy

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

See Also