Interface ITreeView
Inherited Members
Namespace: ArtOfTest.WebAii.Controls.Xaml
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface ITreeView : IControl, IFrameworkElement, ITargetElement
Properties
RootItems
Declaration
IList<ITreeViewItem> RootItems { get; }
Property Value
System.Collections.Generic.IList<ITreeViewItem>
|
SelectedValuePath
Declaration
string SelectedValuePath { get; set; }
Property Value
System.String
|