Skip to main content

TreeListVirtualModeNodeCreatingMethod Delegate

In This Article

A delegate method that enables you to specify the node’s key value and cell values within the TreeList.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public delegate void TreeListVirtualModeNodeCreatingMethod(
    TreeListVirtualModeNodeCreatingEventArgs args
);

#Parameters

Name Type Description
args TreeListVirtualModeNodeCreatingEventArgs

A TreeListVirtualModeNodeCreatingEventArgs object that contains the required data.

See Also