Skip to main content

XlDocumentOptions.Title Property

Specifies a string to be added as the Title property of the resulting XLS file.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the document title.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Title
Cross-Platform Class Library XlExportOptionsBase
.DocumentOptions .Title
Blazor GridXlExportOptions
.DocumentOptions .Title
See Also