Back to Devexpress

TextAreaBuilder.ValidationMessageMode(ValidationMessageMode) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-textareabuilder-dot-validationmessagemode-x28-devextreme-dot-aspnet-dot-mvc-dot-validationmessagemode-x29.md

latest1.5 KB
Original Source

TextAreaBuilder.ValidationMessageMode(ValidationMessageMode) Method

Specifies how the message about the validation rules that are not satisfied by this editor's value is displayed. Mirrors the client-side validationMessageMode option.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public TextAreaBuilder ValidationMessageMode(
    ValidationMessageMode value
)

Parameters

NameTypeDescription
valueValidationMessageMode

The option value.

|

Returns

TypeDescription
TextAreaBuilder

A reference to this instance after the method is called.

|

Remarks

Use the following notation to set the option’s value:

cshtml
@(Html.DevExtreme().TextArea()
    .ValidationMessageMode(ValidationMessageMode.Always)
)

See Also

TextAreaBuilder Class

TextAreaBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace