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

ValidationCompletedEventArgs.ValidationGroup Property

Gets the name of the validation group to which validation has been applied.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public string ValidationGroup { get; }

Property Value

Type Description
String

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

See Also