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