TreeListVirtualNodeEventArgs Class
Provides data for the ASPxTreeList.VirtualModeNodeCreated event.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The ASPxTreeList.VirtualModeNodeCreated event enables you to change the required characteristics of a node created in virtual mode. The node currently being created is returned by the TreeListNodeEventArgs.Node property. A node object that corresponds to the created node can be obtained via the TreeListVirtualNodeEventArgs.NodeObject property.
To learn more, see Virtual Mode.
Inheritance
Object
EventArgs
TreeListNodeEventArgs
TreeListVirtualNodeEventArgs
See Also