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

TreeListClientSideEvents Class

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class TreeListClientSideEvents :
    CallbackClientSideEventsBase

The following members return TreeListClientSideEvents objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxTreeList.ClientSideEvents
ASP.NET MVC Extensions TreeListSettings.ClientSideEvents

Remarks

The TreeListClientSideEvents class contains properties that correspond to the client-side events. Property names represent the names of client events, and allow assignment of JavaScript handler functions to the corresponding client-side events.

Implements

See Also