TreeListVirtualModeNodeCreatingEventArgs Properties
Provides data for the ASPxTreeList.VirtualModeNodeCreating event.| Name | Description |
|---|---|
| IsLeaf | Gets or sets whether the processed node has zero child nodes. |
| NodeKeyValue | Gets or sets the processed node’s key value. |
| NodeObject | Gets the object that corresponds to the processed node in a tree. |
See Also