Back to Devexpress

HtmlEditorHtmlEditingSettings.UpdateBoldItalic Property

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-htmleditorhtmleditingsettings-ef7a68df.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool UpdateBoldItalic { get; set; }
vb
<DefaultValue(True)>
Public Property UpdateBoldItalic As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

HTML Editor

HtmlEditorHtmlEditingSettings Class

HtmlEditorHtmlEditingSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace