Interface ITreeNode
public interface ITreeNode
- Extension Methods
Properties
IsChecked
bool? IsChecked { get; set; }
Property Value
- bool?
IsExpanded
bool IsExpanded { get; set; }
Property Value
Visibility
Visibility Visibility { get; set; }