The Category to which this edit control belongs

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

Syntax

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

Field Value

A string representing the Category of the property

See Also