Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

HtmlDocumentImporterOptions.IgnoreMediaQueries Property

Gets or sets whether to ignore media rules on HTML import.

Namespace: DevExpress.XtraRichEdit.Import

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[DefaultValue(false)]
public bool IgnoreMediaQueries { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to ignore media rules; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to IgnoreMediaQueries
WinForms Controls RichTextEditDocumentImportOptions
.Mht .IgnoreMediaQueries
Office File API RichEditDocumentImportOptions
.Mht .IgnoreMediaQueries
See Also