Skip to main content
All docs
V25.1
  • DXRichEditHtmlDocumentImporterOptions.IgnoreMediaQueries Property

    Gets or sets whether to ignore media rules on HTML import. This is a dependency property.

    Namespace: DevExpress.Xpf.RichEdit

    Assembly: DevExpress.Xpf.RichEdit.v25.1.dll

    NuGet Package: DevExpress.Wpf.RichEdit

    Declaration

    public bool IgnoreMediaQueries { get; set; }

    Property Value

    Type Description
    Boolean

    true, to ignore media rules; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

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