Back to Devexpress

MVCxClientTreeList Members

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

latest1.5 KB
Original Source

MVCxClientTreeList Members

A client-side counterpart of the TreeList extension.

Methods

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.

Events

NameDescription
BeginCallbackOccurs when a callback for server-side processing is initiated.

See Also

MVCxClientTreeList Class