Back to Devexpress

MVCxClientTreeList Methods

aspnetmvc-js-mvcxclienttreelist-dot-underscore-methods.md

latest1.4 KB
Original Source

MVCxClientTreeList Methods

A client-side counterpart of the TreeList extension.

NameDescription
Cast(obj) staticConverts 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

MVCxClientTreeList Class

MVCxClientTreeList Members