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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
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