Skip to main content
Tab

GridViewEditFormTemplateContainer.ValidationGroup Property

Gets a value that specifies the group of template controls for which the current container causes validation.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public string ValidationGroup { get; }

#Property Value

Type Description
String

A string value that specifies the group of template controls for which the current container causes validation.

#Remarks

#Concept

Validate Grid Data - Edit Form Template

See Also