Class TreeView
Inheritance
System.Object
TreeView
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class TreeView : ItemsControl, IAutomationPeer, IPeerConverter, ITreeView, IControl, IFrameworkElement, ITargetElement
Constructors
TreeView()
Declaration
public TreeView()
Fields
SelectedValuePathProperty
Declaration
public static AutomationProperty SelectedValuePathProperty
Field Value
AutomationProperty
|
Properties
ItemsPanel
RootItems
Declaration
public IList<ITreeViewItem> RootItems { get; }
Property Value
System.Collections.Generic.IList<ITreeViewItem>
|
Implements
SelectedValuePath
Declaration
public string SelectedValuePath { get; set; }
Property Value
System.String
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|