Click or drag to resize
KaxTreeNodeCategory Property
Gets or sets the category of the node.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string Category { get; set; }

Property Value

Type: String
Remarks
The Category property is similar to the Value property. You can use it to associate custom data with the node.
Examples
This example illustrates how to use the Category property during the NodeDataBound event.
See Also