Class RadTreeViewItem
Inheritance
System.Object
RadTreeViewItem
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadTreeViewItem : ItemsControl, IAutomationPeer, IPeerConverter, IRadTreeViewItem, IControl, IFrameworkElement, ITargetElement
Constructors
RadTreeViewItem()
Declaration
public RadTreeViewItem()
Properties
CheckBoxFrameworkElement
Declaration
public FrameworkElement CheckBoxFrameworkElement { get; }
Property Value
FrameworkElement
|
Implements
HeaderRow
HeaderTextBlock
IsChecked
Declaration
public bool? IsChecked { get; }
Property Value
System.Nullable<System.Boolean>
|
IsExpanded
Declaration
public bool IsExpanded { get; }
Property Value
System.Boolean
|
Implements
IsFocused
Declaration
public bool IsFocused { get; }
Property Value
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; }
Property Value
System.Boolean
|
Implements
IsThreeState
Declaration
public bool IsThreeState { get; }
Property Value
System.Boolean
|
ItemExpander
Declaration
public FrameworkElement ItemExpander { get; }
Property Value
FrameworkElement
|
Implements
ItemIndex
Declaration
public int ItemIndex { get; }
Property Value
System.Int32
|
Implements
ItemsHost
ItemText
Declaration
public string ItemText { get; }
Property Value
System.String
|
Implements
NodeElements
Declaration
public IList<IRadTreeViewItem> NodeElements { get; }
Property Value
System.Collections.Generic.IList<IRadTreeViewItem>
|
Implements
RadioButtonFrameworkElement
Declaration
public FrameworkElement RadioButtonFrameworkElement { get; }
Property Value
FrameworkElement
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
Check()
CheckNode(Int32)
Declaration
public void CheckNode(int nodeIndex)
Parameters
System.Int32
nodeIndex
|
Collapse()
Declaration
public void Collapse()
DragToElement(FrameworkElement)
DragToNode(RadTreeViewItem)
Expand()
Declaration
public void Expand()
HeaderRightClick()
Declaration
public void HeaderRightClick()