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.v20.2.dll
Declaration
public void SetErrorText(
T item,
string errorText
)
Public Sub SetErrorText(
item As T,
errorText As String
)
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
Feedback