TreeViewItem
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class TreeViewItem : HeaderedItemsControl, IAutomationPeer, IPeerConverter, ITreeViewItem, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlHeaderedItemsControlTreeViewItem...
Implements:
Inherited Members
Constructors
C#
public TreeViewItem()
Fields
C#
public static AutomationProperty IsExpandedProperty
C#
public static AutomationProperty IsSelectedProperty
C#
public static AutomationProperty IsSelectionActiveProperty
Properties
C#
public virtual FrameworkElement Header { get; }
Implements:
C#
public bool IsExpanded { get; set; }
Implements:
C#
public bool IsSelected { get; set; }
Implements:
C#
public bool IsSelectionActive { get; set; }
C#
public IList<ITreeViewItem> Items { get; }
Implements:
C#
public virtual FrameworkElement ItemsPanel { get; }
C#
public virtual FrameworkElement ToggleButton { get; }
Implements:
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides:
Implements: