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

HtmlEditorValidationSettings.ValidationGroup Property

Gets or sets the group of controls for which the HtmlEditor forces validation.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll

Declaration

[DefaultValue("")]
public string ValidationGroup { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the group of controls for which the HtmlEditor control causes validation.

Property Paths

You can access this nested property as listed below:

Object Type Path to ValidationGroup
ASPxHtmlEditor
.SettingsValidation.ValidationGroup
HtmlEditorBinderSettings
.ValidationSettings.ValidationGroup
HtmlEditorSettings
.SettingsValidation.ValidationGroup
MVCxHtmlEditor
.SettingsValidation.ValidationGroup

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