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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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 |
|
VerticalGridSettings |
|
See Also