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

TreeViewClientSideEvents Class

Contains a list of the client-side events available for the ASPxTreeView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class TreeViewClientSideEvents :
    CallbackClientSideEventsBase

The following members return TreeViewClientSideEvents objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxTreeView.ClientSideEvents
ASP.NET MVC Extensions TreeViewSettings.ClientSideEvents

Remarks

The TreeViewClientSideEvents class contains properties corresponding to the client-side events specific to a client ASPxClientTreeView object. Property names represent the names of the available client events.

Each property of this type provides the capability to assign an appropriate JavaScript handler function to the corresponding client-side event of the ASPxTreeView.

A TreeViewClientSideEvents object is automatically created when a server-side ASPxTreeView object is being initialized.

Implements

See Also