TreeListVirtualModeCreateChildrenEventArgs(Object) Constructor
Initializes a new instance of the TreeListVirtualModeCreateChildrenEventArgs class.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| nodeObject | Object | An object to be processed. This value is assigned to the TreeListVirtualModeCreateChildrenEventArgs.NodeObject property. |
See Also