Skip to main content

HtmlSettingsAttribute.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.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool UpdateBoldItalic { get; set; }

Property Value

Type Description
Boolean

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