TreeView
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class TreeView : ItemsControl, IAutomationPeer, IPeerConverter, ITreeView, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlTreeView...
Implements:
Inherited Members
Constructors
C#
public TreeView()
Fields
C#
public static AutomationProperty SelectedValuePathProperty
Properties
C#
public virtual FrameworkElement ItemsPanel { get; }
C#
public IList<ITreeViewItem> RootItems { get; }
Implements:
C#
public string SelectedValuePath { get; set; }
Implements:
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides:
Implements: