Back to Devexpress

TreeListVirtualModeCreateChildrenMethod Delegate

aspnetmvc-devexpress-dot-web-dot-mvc-69aeeff0.md

latest1.4 KB
Original Source

TreeListVirtualModeCreateChildrenMethod 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 TreeList.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public delegate void TreeListVirtualModeCreateChildrenMethod(
    TreeListVirtualModeCreateChildrenEventArgs args
);
vb
Public Delegate Sub TreeListVirtualModeCreateChildrenMethod(
    args As TreeListVirtualModeCreateChildrenEventArgs
)

Parameters

NameTypeDescription
argsTreeListVirtualModeCreateChildrenEventArgs

A TreeListVirtualModeCreateChildrenEventArgs object that contains the required data.

|

See Also

DevExpress.Web.Mvc Namespace