ClassTreeView
Represents the TreeView for Silverlight control wrapper.
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
public class TreeView : ItemsControl, IAutomationPeer, IPeerConverter, ITreeView, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlTreeView
Implements:
Inherited Members
Constructors
TreeView()
Declaration
public TreeView()
Fields
SelectedValuePathProperty
Declaration
public static AutomationProperty SelectedValuePathProperty
Field Value
Properties
ItemsPanel
Get the element holding the tree view items.
Declaration
public virtual FrameworkElement ItemsPanel { get; }
Property Value
RootItems
Get the list of tree view items on the root level.
Declaration
public IList<ITreeViewItem> RootItems { get; }
Property Value
Implements
SelectedValuePath
Get/set the selected value path.
Declaration
public string SelectedValuePath { get; set; }
Property Value
Implements
Methods
AssignReference(AutomationReference)
Assign the automation reference to this element.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
The automation reference to assign.
Overrides
Implements
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.