Interface ITreeListViewNode
A simple interface for returning the children of a node in a TreeListView
.
Namespace: Phoenix.Controls
Assembly: Phoenix.Controls.TreeListView.dll
Syntax
public interface ITreeListViewNode
Properties
View SourceTreeListChildren
Gets the children of this node.
Declaration
IEnumerable TreeListChildren { get; }
Property Value
Type | Description |
---|---|
System.Collections.IEnumerable |