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.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
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 |
|
Remarks
Use the IgnoreFloatProperty property to avoid inappropriate rendering of floating objects.
See Also