Skip to main content
A newer version of this page is available. .

ASPxClientTreeView Class

Represents a client-side equivalent of the ASPxTreeView object.

Declaration

declare class ASPxClientTreeView extends ASPxClientControl

Remarks

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.

See Also