Skip to main content
A newer version of this page is available. .

ValidationSummarySettings.ShowErrorsInEditors Property

OBSOLETE

Use the editor's Properties.ValidationSettings.Display property instead.

Gets or sets whether the errors should be also displayed within the corresponding editor’s error frame on the form.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

[Obsolete("Use the editor's Properties.ValidationSettings.Display property instead.")]
public bool ShowErrorsInEditors { get; set; }

Property Value

Type Description
Boolean

true if the error is displayed within an editor’s error frame; otherwise, false.

Remarks

If the ShowErrorsInEditors property is set to true, the errors are also displayed within a specific error frame of the corresponding editor on the form.

See Also