Back to Devexpress

TreeListVirtualModeNodeCreatingMethod Delegate

aspnetmvc-devexpress-dot-web-dot-mvc-fb7c5bf0.md

latest1.3 KB
Original Source

TreeListVirtualModeNodeCreatingMethod Delegate

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public delegate void TreeListVirtualModeNodeCreatingMethod(
    TreeListVirtualModeNodeCreatingEventArgs args
);
vb
Public Delegate Sub TreeListVirtualModeNodeCreatingMethod(
    args As TreeListVirtualModeNodeCreatingEventArgs
)

Parameters

NameTypeDescription
argsTreeListVirtualModeNodeCreatingEventArgs

A TreeListVirtualModeNodeCreatingEventArgs object that contains the required data.

|

See Also

DevExpress.Web.Mvc Namespace