Class TreeViewNode
public sealed class TreeViewNode : UraniumBindableObject, INotifyPropertyChanged, IDisposable
- Inheritance
-
TreeViewNode
- Implements
- Inherited Members
- Extension Methods
Properties
CheckState
public TreeViewNodeCheckState CheckState { get; }
Property Value
Depth
public int Depth { get; }
Property Value
HasLoadedChildren
public bool HasLoadedChildren { get; }
Property Value
IsExpanded
public bool IsExpanded { get; set; }
Property Value
IsLeaf
public bool IsLeaf { get; }
Property Value
IsLoading
public bool IsLoading { get; }
Property Value
IsSelected
public bool IsSelected { get; }
Property Value
Item
public object Item { get; }
Property Value
Parent
public TreeViewNode Parent { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()