Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public delegate void TreeViewVirtualModeCreateChildrenMethod(
    TreeViewVirtualModeCreateChildrenEventArgs args
);

Parameters

Name Type Description
args TreeViewVirtualModeCreateChildrenEventArgs

A TreeViewVirtualModeCreateChildrenEventArgs object that contains the required data.

See Also