Table of Contents

Interface ITreeNode

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.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