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

CardViewEditFormTemplateContainer.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.v18.2.dll

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

To learn more, see Edit Form Validation (Templates).

See Also