Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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