InterfaceITreeView
Interface
Represents interface for the Xaml TreeView control wrappers.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public interface ITreeView : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
RootItems
Get the TreeView root items.
Declaration
cs-api-definition
IList<ITreeViewItem> RootItems { get; }
Property Value
SelectedValuePath
Get/set the selected value path.