Back to Devexpress

DXRichEditHtmlDocumentExporterOptions.ExportListItemStyle Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxrichedithtmldocumentexporteroptions-e728531d.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public bool ExportListItemStyle { get; set; }
vb
Public Property ExportListItemStyle As Boolean

Property Value

TypeDescription
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 TypePath 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

DXRichEditHtmlDocumentExporterOptions Class

DXRichEditHtmlDocumentExporterOptions Members

DevExpress.Xpf.RichEdit Namespace