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

HtmlEditorValidationSettings.ErrorFrameStyle Property

Gets the style settings of the error frame.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public HtmlEditorErrorFrameStyle ErrorFrameStyle { get; }

Property Value

Type Description
HtmlEditorErrorFrameStyle

A HtmlEditorErrorFrameStyle object that contains the style settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to ErrorFrameStyle
ASPxHtmlEditor
.SettingsValidation.ErrorFrameStyle
HtmlEditorBinderSettings
.ValidationSettings.ErrorFrameStyle
HtmlEditorSettings
.SettingsValidation.ErrorFrameStyle
MVCxHtmlEditor
.SettingsValidation.ErrorFrameStyle
See Also