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

DXRichEditHtmlDocumentImporterOptions.IgnoreFloatProperty Property

Specifies whether to ignore the “float” setting of HTML elements in the imported document. 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 IgnoreFloatProperty { get; set; }

Property Value

Type Description
Boolean

true to import floating objects as inline elements; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to IgnoreFloatProperty
DXRichEditDocumentImportOptions
.HtmlOptions .IgnoreFloatProperty

Remarks

Use the IgnoreFloatProperty property to avoid inappropriate rendering of floating objects.

See Also