TreeListNodeValidationEventArgs.HasErrors Property
Gets whether the processed node has errors.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
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