TreeListVirtualNodeEventArgs Properties
Provides data for the ASPxTreeList.VirtualModeNodeCreated event.Name | Description |
---|---|
Node | Gets the node currently being processed. Inherited from TreeListNodeEventArgs. |
NodeObject | Gets the object that corresponds to the node currently being created. |
See Also