Skip to main content

MailMessageExportOptions.InlineCss Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.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:

Object Type Path to InlineCss
ExportOptions
.MailMessage .InlineCss

Remarks

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

See Also