Skip to main content
A newer version of this page is available. .

TreeListNodeValidationEventArgs.HasErrors Property

Gets whether the processed node has errors.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool HasErrors { get; }

Property Value

Type Description
Boolean

true if the processed node has errors; otherwise, false.

Remarks

The HasErrors property returns false if the TreeListNodeValidationEventArgs.Errors list is empty and the TreeListNodeValidationEventArgs.NodeError property is set to an empty string.

See Also