MVCxBatchUpdateValues<T, S>.SetErrorText(T, String) Method
Displays the specified error text for a data item (node, row, card or record) with the invalid data.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | T | The data source item with the invalid data. |
| errorText | String | A string value specifying the error text. |
See Also