Gets and sets the Custom Attributes for this Control

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

Syntax

C#
public Object[] CustomAttributes { get; set; }
Visual Basic
Public Property CustomAttributes As Object()
	Get
	Set

Field Value

An array of Attributes

See Also