TreeListViewRow
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
Initializes a new instance of the TreeListViewRow class.
public TreeListViewRow()
Properties
Gets the items.
public HierarchicalChildCollectionView Items { get; }
The items.
Gets the row that acts as a parent to this row. May me null if the this row is a root.
public TreeListViewRow ParentRow { get; }
Methods
public override void OnApplyTemplate()
Overrides:
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides:
This method is called when the Items of the given TreeListViewRow change. The base implementation should be called if it is inherited.
protected virtual void OnItemsChanged(object sender, NotifyCollectionChangedEventArgs e)
The Items collection of the TreeListViewRow.
eNotifyCollectionChangedEventArgsArguments describing the collection change.
protected override void OnMouseDown(MouseButtonEventArgs e)