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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Dictionary<T, ModelStateDictionary> | The dictionary of data source items and the corresponding ModelStateDictionary items. |
See Also