KaxTreeNodeCategory Property |
Gets or sets the category of the node.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string Category { get; set; }
Public Property Category As String
Get
Set
public:
property String^ Category {
String^ get ();
void set (String^ value);
}
member Category : string with 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