Skip to main content

MVCxClientTreeList Methods

A client-side counterpart of the TreeList extension.
Name Description
Cast(obj) static Converts the specified object to the MVCxClientTreeList type.
PerformCallback(data) Sends a callback with a parameter to update the TreeList by processing the passed information on the server, in an Action specified via the TreeList’s TreeListSettings.CustomActionRouteValues property.
PerformCustomDataCallback(data) Sends a callback with a parameter to process the passed information on the server, in an Action specified via the TreeList’s TreeListSettings.CustomDataActionRouteValues property, and then return the processing result to the client, to the ASPxClientTreeList.CustomDataCallback event. This method does not update the TreeList.
See Also