TreeListNodeValidationEventArgs.EditorPropertiesErrors Property
In This Article
Specifies the collection of errors.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public Dictionary<string, string> EditorPropertiesErrors { get; }
#Property Value
Type | Description |
---|---|
Dictionary<String, String> | The collection of errors. |
See Also