Skip to content

Node<TNode>.ThisAndDescendentsHaveErrors Property

Definition

Returns true if this node or any of its descendents have any Messages with Level Error, false otherwise.

public bool ThisAndDescendentsHaveErrors { get; }

View source

Property Value

Boolean

Whether this node or its descendents have errors or not.