Skip to main content
Tab

ValidationCompletedEventArgs.ValidationGroup Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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