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

HtmlExportOptionsBase.Title Property

Gets or sets a title of the created HTML file

Namespace: DevExpress.XtraPrinting

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

Declaration

[DefaultValue("Document")]
[XtraSerializableProperty]
public string Title { get; set; }

Property Value

Type Default Description
String "Document"

A String containing the name shown as the title of the created HTML file.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Title
Cross-Platform Class Library ExportOptions
.Html.Title
WPF Controls ExportOptionsContainer
.Html.Title

Remarks

The title of the created HTML file is usually shown as a window name when this file is represented via a Web browser.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Title property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also