Skip to main content
All docs
V26.1
  • TreeListNodeValidationEventArgs.EditorPropertiesErrors Property

    Specifies the collection of errors.

    Namespace: DevExpress.Web.ASPxTreeList

    Assembly: DevExpress.Web.ASPxTreeList.v26.1.dll

    Declaration

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

    Property Value

    Type Description
    Dictionary<String, String>

    The collection of errors.

    See Also