Skip to main content

HtmlEditorValidationSettings.ValidationGroup Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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:

Library Object Type Path to ValidationGroup
ASP.NET MVC Extensions HtmlEditorBinderSettings
.ValidationSettings .ValidationGroup
HtmlEditorSettings
.SettingsValidation .ValidationGroup
ASP.NET Web Forms Controls ASPxHtmlEditor
.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