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

DXRichEditHtmlDocumentExporterOptions.DefaultCharacterPropertiesExportToCss Property

Specifies whether the Document.DefaultCharacterProperties formatting is exported in an HTML style sheet. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public bool DefaultCharacterPropertiesExportToCss { get; set; }

Property Value

Type Description
Boolean

true, to export default character properties of the document; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultCharacterPropertiesExportToCss
DXRichEditDocumentExportOptions
.HtmlOptions .DefaultCharacterPropertiesExportToCss

Remarks

Set the DefaultCharacterPropertiesExportToCss option to false to exclude default character formatting (specified by the Document.DefaultCharacterProperties property) from style definitions in the exported HTML document.

See Also