TreeListChildrenLoadingEventArgs Properties
Stores data for the ChildrenLoading event.
Name | Description |
---|---|
Children | Specifies data items that are children of the Parent node. |
Parent | Returns the data item that corresponds to the current node. |
Tree |
Returns the Tree |
See Also