Click or drag to resize
FormComponentShowPartialValidationMessages Property
Also shows validation errors of partial values of the component. If false, each individual component should contain validation message in its partial view.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public bool ShowPartialValidationMessages { get; set; }

Property Value

Type: Boolean
See Also