Skip to main content

ValidationSummarySettings.ValidationGroup Property

Gets or sets the name of group of editors whose errors after validation should be displayed within the ValidationSummary.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string ValidationGroup { get; set; }

Property Value

Type Description
String

A string value that specifies the validation group’s name.

Remarks

Validation groups allow you to assign the ValidationSummary to the validation editors on a page (the ValidationSummary’s ValidationGroup property should be the same named with the editor’s ValidationGroup property).

When you specify a value for the ValidationGroup property, only the errors after validation of the corresponding controls on the form are displayed within the ValidationSummary.

See Also