HtmlEditorValidationSettings.ValidationGroup Property
In This Article
Gets or sets the group of controls for which the HtmlEditor forces validation.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string value that specifies the group of controls for which the Html |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Validation |
---|---|---|
ASP. |
Html |
|
Html |
|
|
ASP. |
ASPx |
|
#Remarks
Validation groups allow you to assign validation controls on a page to a specific category. Each validation group can be validated independently from other validation groups on the page. Use the ValidationGroup property to specify the name of the validation group for which the HtmlEditor forces validation.
See Also