Gets and sets the value of the Category

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

Syntax

C#
[BrowsableAttribute(true)]
[DefaultValueAttribute("")]
public string CategoryDataField { get; set; }
Visual Basic
<BrowsableAttribute(true)> 
<DefaultValueAttribute("")> 
Public Property CategoryDataField As String
	Get
	Set

Field Value

A string representing the Category of the Field

See Also