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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public delegate void TreeListVirtualModeCreateChildrenMethod(
TreeListVirtualModeCreateChildrenEventArgs args
);
Parameters
Name | Type | Description |
---|---|---|
args | TreeListVirtualModeCreateChildrenEventArgs | A TreeListVirtualModeCreateChildrenEventArgs object that contains the required data. |
See Also