Class TreeViewItem
Inheritance
System.Object
TreeViewItem
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.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class TreeViewItem : HeaderedItemsControl, IAutomationPeer, IPeerConverter, ITreeViewItem, IControl, IFrameworkElement, ITargetElement
Constructors
TreeViewItem()
Declaration
public TreeViewItem()
Fields
HasItemsProperty
IsExpandedProperty
IsSelectedProperty
IsSelectionActiveProperty
Declaration
public static AutomationProperty IsSelectionActiveProperty
Field Value
AutomationProperty
|
Properties
HasItems
Declaration
public bool HasItems { get; set; }
Property Value
System.Boolean
|
Header
Declaration
public virtual FrameworkElement Header { get; }
Property Value
FrameworkElement
|
Implements
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
Implements
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Implements
IsSelectionActive
Declaration
public bool IsSelectionActive { get; set; }
Property Value
System.Boolean
|
Items
Declaration
public IList<ITreeViewItem> Items { get; }
Property Value
System.Collections.Generic.IList<ITreeViewItem>
|
Implements
ItemsPanel
Text
Declaration
public override string Text { get; }
Property Value
System.String
|
Overrides
Implements
ToggleButton
Declaration
public virtual FrameworkElement ToggleButton { get; }
Property Value
FrameworkElement
|
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
|
Overrides
Select(Boolean)
Declaration
public void Select(bool simulateRealUser)
Parameters
System.Boolean
simulateRealUser
|
Implements
Toggle(Boolean)
Declaration
public void Toggle(bool simulateRealUser)
Parameters
System.Boolean
simulateRealUser
|