Table of Contents

Class TreeSelectionNode<TItem>

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll

Concrete tree-node type used by BOBTreeSelector; bridges to the hierarchical selection contract.

public sealed class TreeSelectionNode<TItem> : TreeNodeBase<TItem, TreeSelectionNode<TItem>>, ITreeNode<TItem>, ITreeNode, IHierarchicalSelectionOption, ISelectionOption

Type Parameters

TItem
Inheritance
object
TreeSelectionNode<TItem>
Implements
ITreeNode<TItem>
Inherited Members

Constructors

TreeSelectionNode()

public TreeSelectionNode()