Skip to main content

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.v23.2.Core.dll

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

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Property Paths

You can access this nested property as listed below:

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