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

DXRichEditHtmlDocumentImporterOptions.ReplaceSpaceWithNonBreakingSpaceInsidePre Property

Gets or sets whether to replace all white space characters inside the “pre” tag with non-breaking spaces. 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 ReplaceSpaceWithNonBreakingSpaceInsidePre { get; set; }

Property Value

Type Description
Boolean

true to replace all white space characters with non-breaking spaces inside the “pre” tag; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ReplaceSpaceWithNonBreakingSpaceInsidePre
DXRichEditDocumentImportOptions
.HtmlOptions .ReplaceSpaceWithNonBreakingSpaceInsidePre
See Also