Telerik.Web.UI.TreeListDataItem : Sys.UI.Control
Inheritance Hierarchy
- Sys.UI.Control
- Telerik.Web.UI.TreeListDataItem
Methods
fireCommand
Method which triggers specific command for the TreeListDataItem when executed. The method is called for the TreeListDataItem client instance. The method arguments are the command which will be processed and its corresponding arguments.
Parameters
Returns
None
get_childItems
A property which gets a collection of the visible child items of the current item.
Parameters
Returns
None
get_displayIndex
Gets the display index of the current TreeListDataItem instance.
Parameters
Returns
None
get_expanded
A property which returns whether the current item is expanded.
Parameters
Returns
None
get_hierarchicalIndex
A property which gets the index of the current item in the treelist hierarchy.
Parameters
Returns
None
get_isRoot
A property which returns whether the current item is root item for the treelist.
Parameters
Returns
None
get_nextSibling
A property which gets the next sibling of the current item.
Parameters
Returns
None
get_owner
Gets the owner RadTreeList instance for this item.
Parameters
Returns
None
get_parentItem
A property which gets the parent of the current item.
Parameters
Returns
None
get_previousSibling
A property which gets the previous sibling of the current item.
Parameters
Returns
None
get_selected
Gets a value indicating whether the current item is selected.
Parameters
Returns
None
set_selected
Sets the selected state of the current item.
Parameters
Returns
None