Skip to main content
A newer version of this page is available. .

DXRichEditMhtDocumentExporterOptions.HtmlNumberingListExportFormat Property

Gets or sets how lists are represented in the resulting document. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v19.1.dll

Declaration

public HtmlNumberingListExportFormat HtmlNumberingListExportFormat { get; set; }

Property Value

Type Description
HtmlNumberingListExportFormat

A HtmlNumberingListExportFormat enumeration value specifying how lists are exported.

Property Paths

You can access this nested property as listed below:

Object Type Path to HtmlNumberingListExportFormat
DXRichEditDocumentExportOptions
.MhtOptions.HtmlNumberingListExportFormat

Remarks

Use the HtmlNumberingListExportFormat property to specify whether tags like <li> are used.

See Also