Table of Contents

Interface ITreeNode

Namespace
H.Mvvm
Assembly
H.Mvvm.dll
public interface ITreeNode
Extension Methods

Properties

IsChecked

bool? IsChecked { get; set; }

Property Value

bool?

IsExpanded

bool IsExpanded { get; set; }

Property Value

bool

Visibility

Visibility Visibility { get; set; }

Property Value

Visibility