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

TreeListNodeValidationEventArgs.EditorPropertiesErrors Property

Specifies the collection of errors.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public Dictionary<string, string> EditorPropertiesErrors { get; }

Property Value

Type Description
Dictionary<String, String>

The collection of errors.

See Also