Show / Hide Table of Contents

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 Source

TreeListChildren

Gets the children of this node.

Declaration
IEnumerable TreeListChildren { get; }
Property Value
Type Description
System.Collections.IEnumerable
  • View Source
In This Article
Back to top Generated by DocFX