aspnet-js-aspxclienttreeview.md
Represents a client-side equivalent of the ASPxTreeView object.
declare class ASPxClientTreeView extends ASPxClientControl
The ASPxClientTreeView object serves as a client-side equivalent of the ASPxTreeView control, and implements the functionality of a client ASPxTreeView object.
Using the methods exposed by the ASPxClientTreeView object:
The client events available via the ASPxClientTreeView object allow you to respond to a node expansion state change (ASPxClientTreeView.ExpandedChanging, ASPxClientTreeView.ExpandedChanged), to a node checked state change (ASPxClientTreeView.CheckedChanged), and to clicks on nodes (ASPxClientTreeView.NodeClick).
Note
The client-side programmatic interface is available if the ASPxTreeView.EnableClientSideAPI property is set to true, or the ASPxTreeView.ClientInstanceName property is defined, or any client event is handled.
ASPxClientControlBase ASPxClientControl ASPxClientTreeView
See Also