RadControls for WinForms

Tree node

Namespace: Telerik.Collections.Generic
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public class RBTreeNode<T> : RBTreeNodeBase<T, bool>
Visual Basic
Public Class RBTreeNode(Of T) _
	Inherits RBTreeNodeBase(Of T, Boolean)

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  Telerik.Collections.Generic..::..RBTreeNodeBase<(Of <(<'T, Boolean>)>)>
    Telerik.Collections.Generic..::..RBTreeNode<(Of <(<'T>)>)>

See Also