Class RadTreeView
Inheritance
System.Object
RadTreeView
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadTreeView : ItemsControl, IAutomationPeer, IPeerConverter, IRadTreeView, IControl, IFrameworkElement, ITargetElement
Constructors
RadTreeView()
Declaration
public RadTreeView()
Properties
AllNodeElements
Declaration
public IList<IRadTreeViewItem> AllNodeElements { get; }
Property Value
System.Collections.Generic.IList<IRadTreeViewItem>
|
Implements
AllNodes
Declaration
[Obsolete("The property is deprecated. Please use AllNodesElements instead.")]
public IList<RadTreeViewItem> AllNodes { get; }
Property Value
System.Collections.Generic.IList<RadTreeViewItem>
|
AllSelectedNodeElements
Declaration
public IList<IRadTreeViewItem> AllSelectedNodeElements { get; }
Property Value
System.Collections.Generic.IList<IRadTreeViewItem>
|
Implements
AllSelectedNodes
Declaration
[Obsolete("The property is deprecated. Please use AllSelectedNodesElements instead.")]
public IList<RadTreeViewItem> AllSelectedNodes { get; }
Property Value
System.Collections.Generic.IList<RadTreeViewItem>
|
RootNodeElements
Declaration
public IList<IRadTreeViewItem> RootNodeElements { get; }
Property Value
System.Collections.Generic.IList<IRadTreeViewItem>
|
Implements
RootNodes
Declaration
[Obsolete("The property is deprecated. Please use RootNodesElements instead.")]
public IList<RadTreeViewItem> RootNodes { get; }
Property Value
System.Collections.Generic.IList<RadTreeViewItem>
|
RootSelectedNodeElements
Declaration
public IList<IRadTreeViewItem> RootSelectedNodeElements { get; }
Property Value
System.Collections.Generic.IList<IRadTreeViewItem>
|
Implements
RootSelectedNodes
Declaration
[Obsolete("The property is deprecated. Please use RootSelectedNodesElements instead.")]
public IList<RadTreeViewItem> RootSelectedNodes { get; }
Property Value
System.Collections.Generic.IList<RadTreeViewItem>
|
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
FindNode(Predicate<FrameworkElement>)
Declaration
public RadTreeViewItem FindNode(Predicate<FrameworkElement> predicate)
Parameters
System.Predicate<FrameworkElement>
predicate
|
Returns
RadTreeViewItem
|
FindNodeByText(String)
Declaration
public RadTreeViewItem FindNodeByText(string nodeText)
Parameters
System.String
nodeText
|
Returns
RadTreeViewItem
|
ToggleNode(Int32)
Declaration
public void ToggleNode(int index)
Parameters
System.Int32
index
|