Class TreeListViewRow
A control that represents the row of a RadTreeListView.
Not to be used separately outside the TreeList.
Inherited Members
Namespace: Telerik.Windows.Controls.TreeListView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class TreeListViewRow : GridViewRow, IRowItem, IHorizontallyScrollable, ILayoutObserver, IScrollContentElement, IVirtualizedContainer, IWeakEventListener<NotifyCollectionChangedEventArgs>
Constructors
TreeListViewRow()
Properties
Items
Gets the items.
Declaration
public HierarchicalChildCollectionView Items { get; }
Property Value
Hierarchical The items. |
Level
Gets the level of the current item in the hierarchy.
Declaration
public int Level { get; set; }
Property Value
System.
|
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()
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
Overrides
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.
|
Overrides
OnIsExpandedChanged(Boolean, Boolean)
Called when the GridViewRow's IsExpanded property changes.
Declaration
protected override void OnIsExpandedChanged(bool oldValue, bool newValue)
Parameters
System. The old value of the IsExpanded property. |
System. The new value of the IsExpanded property. |
Overrides
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
System. The Items collection of the TreeListViewRow. |
System. Arguments describing the collection change. |
OnMouseDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseDown(MouseButtonEventArgs e)
Parameters
System.
|