Gets and sets the value of the Category
Namespace: DotNetNuke.UI.WebControlsAssembly: 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 |