Skip to main content
.NET 6.0+

StaticTextViewItem.SetHtmlFormattingEnabled(Boolean) Method

Enables the HTML formatting for the current StaticTextViewItem.

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public void SetHtmlFormattingEnabled(
    bool htmlFormattingEnabled
)

Parameters

Name Type Description
htmlFormattingEnabled Boolean

true, if the HTML formatting is enabled; otherwise, false.

See Also