MVCxBatchUpdateValues<T, S>.EditorErrors Property
In This Article
Provides access to the dictionary of data source items and the corresponding ModelStateDictionary items.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public Dictionary<T, ModelStateDictionary> EditorErrors { get; }
#Property Value
Type | Description |
---|---|
Dictionary<T, Model |
The dictionary of data source items and the corresponding Model |
See Also