Node.IsComposite

Node.IsComposite property

Gets a value indicating whether this node is composite. If true the node can have child nodes.

public virtual bool IsComposite { get; }

See Also