Skip to main content

DXRichEditHtmlDocumentExporterOptions.ExportListItemStyle Property

Gets or sets whether to disable implicitly writing font settings into <li> tags when exporting a document to the HTML format.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public bool ExportListItemStyle { get; set; }

Property Value

Type Description
Boolean

true to allow writing font style settings into <li> tags; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ExportListItemStyle
DXRichEditDocumentExportOptions
.HtmlOptions .ExportListItemStyle

Remarks

Font style settings are included into <li> tags while exporting the document into the HTML format by default. To export list items without styles, set the ExportListItemStyle property to false.

See Also