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.v20.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