Skip to main content

TreeListNodeValidationEventArgs.EditorPropertiesErrors Property

Specifies the collection of errors.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

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

Property Value

Type Description
Dictionary<String, String>

The collection of errors.

See Also