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

DashboardPrintPreviewOptions.ShowTitle Property

Gets or sets whether a dashboard title (or dashboard item’s caption) is included as the printed document title.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowTitle { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A DefaultBoolean value that specifies whether a dashboard title (or dashboard item’s caption) is included as the printed document title.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowTitle
BeforeExportDocumentEventArgs
.PrintPreviewOptions .ShowTitle
CustomExportBaseEventArgs
.PrintPreviewOptions .ShowTitle
CustomExportEventArgs
.PrintPreviewOptions .ShowTitle
CustomizeExportDocumentEventArgs
.PrintPreviewOptions .ShowTitle
DashboardDesigner
.PrintPreviewOptions .ShowTitle
DashboardViewer
.PrintPreviewOptions .ShowTitle
IDashboardControl
.PrintPreviewOptions .ShowTitle
DashboardControl
.PrintPreviewOptions .ShowTitle
See Also