General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
The page you are viewing does not exist in version 17.2. This link will take you to the root page.
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; }
Public ReadOnly Property EditorErrors As Dictionary(Of T, ModelStateDictionary)
Property Value
Type | Description |
---|---|
Dictionary<T, ModelStateDictionary> | The dictionary of data source items and the corresponding ModelStateDictionary items. |
See Also
Feedback