Back to Devexpress

TreeViewVirtualModeCreateChildrenMethod Delegate

aspnetmvc-devexpress-dot-web-dot-mvc-430c9598.md

latest1.3 KB
Original Source

TreeViewVirtualModeCreateChildrenMethod Delegate

A delegate method that enables you to create a list of business objects that correspond to the child nodes owned by the processed node within the TreeView.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public delegate void TreeViewVirtualModeCreateChildrenMethod(
    TreeViewVirtualModeCreateChildrenEventArgs args
);
vb
Public Delegate Sub TreeViewVirtualModeCreateChildrenMethod(
    args As TreeViewVirtualModeCreateChildrenEventArgs
)

Parameters

NameTypeDescription
argsTreeViewVirtualModeCreateChildrenEventArgs

A TreeViewVirtualModeCreateChildrenEventArgs object that contains the required data.

|

See Also

DevExpress.Web.Mvc Namespace