Node<TNode>.IsLastChild Property Definition true if this node is the last child in Parent, false if not or if the node has no Parent. public bool IsLastChild { get; } View source Property Value Boolean Whether this node is the last child or not.