Back to Devexpress

ASPxClientTreeView Class

aspnet-js-aspxclienttreeview.md

latest2.6 KB
Original Source

ASPxClientTreeView Class

Represents a client-side equivalent of the ASPxTreeView object.

Declaration

ts
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.

Inheritance

ASPxClientControlBase ASPxClientControl ASPxClientTreeView

See Also

Tree View

ASPxClientTreeView Members