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

HtmlEditorHtmlEditingSettings.UpdateBoldItalic Property

Gets or sets a value that specifies whether the b (bold) and i (italic) elements occurring within the editor’s HTML markup should be replaced with the strong and em elements respectively.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool UpdateBoldItalic { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the b and i elements should be replaced with the strong and em elements within the editor’s HTML markup; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to UpdateBoldItalic
ASP.NET Controls and MVC Extensions ASPxHtmlEditor
.SettingsHtmlEditing .UpdateBoldItalic
ASP.NET MVC Extensions HtmlEditorBinderSettings
.HtmlEditingSettings .UpdateBoldItalic
HtmlEditorSettings
.SettingsHtmlEditing .UpdateBoldItalic
MVCxHtmlEditor
.SettingsHtmlEditing .UpdateBoldItalic
See Also