InterfaceIRadTreeView
Interface
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadTreeView : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
AllNodeElements
Declaration
cs-api-definition
IList<IRadTreeViewItem> AllNodeElements { get; }
Property Value
AllSelectedNodeElements
Declaration
cs-api-definition
IList<IRadTreeViewItem> AllSelectedNodeElements { get; }
Property Value
RootNodeElements
Declaration
cs-api-definition
IList<IRadTreeViewItem> RootNodeElements { get; }
Property Value
RootSelectedNodeElements
Declaration
cs-api-definition
IList<IRadTreeViewItem> RootSelectedNodeElements { get; }
Property Value