Telerik.Web.UI.TreeListChildItemsDataBindEventArgs
The arguments passed when Telerik.Web.UI.RadTreeList fires the ChildItemsDataBind event.
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Telerik.Web.UI.TreeListChildItemsDataBindEventArgs
Properties
ChildItemsDataSource Object
Gets or sets the data source for the child items of the currently expanded item.
ParentDataKeyValues Hashtable
Returns a Hashtable containing the data key values associated with the parent item. It can be indexed using the key names specified in the DataKeyNames collection of the
ParentHierarchyIndex TreeListHierarchyIndex
Gets an object of type that represents the nested level and level index of the item that is being expanded.