Table of Contents

Class TreeViewNode

Namespace
UraniumUI.Material.Controls
Assembly
UraniumUI.Material.dll
public sealed class TreeViewNode : UraniumBindableObject, INotifyPropertyChanged, IDisposable
Inheritance
TreeViewNode
Implements
Inherited Members
Extension Methods

Properties

CheckState

public TreeViewNodeCheckState CheckState { get; }

Property Value

TreeViewNodeCheckState

Depth

public int Depth { get; }

Property Value

int

HasLoadedChildren

public bool HasLoadedChildren { get; }

Property Value

bool

IsExpanded

public bool IsExpanded { get; set; }

Property Value

bool

IsLeaf

public bool IsLeaf { get; }

Property Value

bool

IsLoading

public bool IsLoading { get; }

Property Value

bool

IsSelected

public bool IsSelected { get; }

Property Value

bool

Item

public object Item { get; }

Property Value

object

Parent

public TreeViewNode Parent { get; }

Property Value

TreeViewNode

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()