Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void SetErrorText(
    S key,
    string errorText
)

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