TreeDataStructureExtensions Class

Extension methods for the TreeDataStructureT class.

Definition

Namespace: Aliquo.Windows.Base
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static class TreeDataStructureExtensions
Inheritance
Object    TreeDataStructureExtensions

Methods

CollapseAllTSource(IEnumerableTreeDataStructureTSource) Collapses all the nodes in the collection.
CollapseAllTSource(IEnumerableTreeDataStructureTSource, Int32) Collapses all nodes in the collection up to given level.
ExpandAllTSource(IEnumerableTreeDataStructureTSource) Expands all the nodes in the collection.
ExpandAllTSource(IEnumerableTreeDataStructureTSource, Int32) Expands all the nodes in the collection up to given level.
FlattenTSource Flattens a hierarchical collection of TreeDataStructureT into a list of the same type.
ParentsT Gets the ancestors of the element.

See Also