ClassTreeListViewRow
A control that represents the row of a RadTreeListView.
Not to be used separately outside the TreeList.
Definition
Namespace:Telerik.Windows.Controls.TreeListView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class TreeListViewRow : GridViewRow, IRowItem
Inheritance: objectRadRowItemGridViewRowItemGridViewRowTreeListViewRow
Implements:
Inherited Members
Constructors
TreeListViewRow()
Initializes a new instance of the TreeListViewRow class.
Declaration
public TreeListViewRow()
Properties
Items
Gets the items.
Declaration
public HierarchicalChildCollectionView Items { get; }
Property Value
HierarchicalChildCollectionView
The items.
Level
Gets the level of the current item in the hierarchy.
ParentRow
Gets the row that acts as a parent to this row. May me null if the this row is a root.
Declaration
public TreeListViewRow ParentRow { get; }
Property Value
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
Overrides
OnIsExpandedChanged(bool, bool)
Called when the GridViewRow's IsExpanded property changes.
OnItemsChanged(object, NotifyCollectionChangedEventArgs)
This method is called when the Items of the given TreeListViewRow change. The base implementation should be called if it is inherited.
Declaration
protected virtual void OnItemsChanged(object sender, NotifyCollectionChangedEventArgs e)
Parameters
sender
The Items collection of the TreeListViewRow.
e
NotifyCollectionChangedEventArgs
Arguments describing the collection change.
OnMouseDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseDown(MouseButtonEventArgs e)
Parameters
e
MouseButtonEventArgs