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

MVCxVerticalGridEditingSettings.ShowModelErrorsForEditors Property

Gets or sets a value that specifies whether or not model error messages should be automatically displayed for invalid editors.

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool ShowModelErrorsForEditors { get; set; }

Property Value

Type Description
Boolean

true if model error messages are automatically displayed for invalid editors; false if the automatic error visualization feature is not used.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowModelErrorsForEditors
MVCxVerticalGrid
.SettingsEditing.ShowModelErrorsForEditors
VerticalGridSettings
.SettingsEditing.ShowModelErrorsForEditors
VerticalGridSettings<ColumnType>
.SettingsEditing.ShowModelErrorsForEditors
See Also