Interface ITreeViewItem
Inherited Members
Namespace: ArtOfTest.WebAii.Controls.Xaml
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface ITreeViewItem : IControl, IFrameworkElement, ITargetElement
Properties
Header
IsExpanded
Declaration
bool IsExpanded { get; set; }
Property Value
System.Boolean
|
IsSelected
Declaration
bool IsSelected { get; set; }
Property Value
System.Boolean
|
Items
Declaration
IList<ITreeViewItem> Items { get; }
Property Value
System.Collections.Generic.IList<ITreeViewItem>
|
ToggleButton
Methods
Select(Boolean)
Declaration
void Select(bool simulateRealUser)
Parameters
System.Boolean
simulateRealUser
|
Toggle(Boolean)
Declaration
void Toggle(bool simulateRealUser)
Parameters
System.Boolean
simulateRealUser
|