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

MailMessageExportOptions.InlineCss Property

Overrides the corresponding property of the HtmlExportOptionsBase class to hide it.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[Browsable(false)]
public override bool InlineCss { get; set; }

Property Value

Type Description
Boolean

Always true.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to InlineCss
Cross-Platform Class Library ExportOptions
.MailMessage .InlineCss
WPF Controls ExportOptionsContainer
.MailMessage .InlineCss

Remarks

This property is intended to hide the corresponding property of the HtmlExportOptionsBase class.

See Also