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

MVCxBatchUpdateValues<T, S>.EditorErrors Property

Provides access to the dictionary of data source items and the corresponding ModelStateDictionary items.

Namespace: DevExpress.Web.Mvc

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

Declaration

public Dictionary<T, ModelStateDictionary> EditorErrors { get; }

Property Value

Type Description
Dictionary<T, ModelStateDictionary>

The dictionary of data source items and the corresponding ModelStateDictionary items.

See Also