Skip to main content

DashboardImageExportOptions.ShowTitle Property

Gets or sets whether a dashboard title (or dashboard item’s caption) is included as the exported 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 exported 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
.ImageExportOptions .ShowTitle
CustomExportBaseEventArgs
.ImageExportOptions .ShowTitle
ASPxDashboard
.ImageExportOptions .ShowTitle
BeforeExportDocumentWebEventArgs
.ImageExportOptions .ShowTitle
CustomExportBaseWebEventArgs
.ImageExportOptions .ShowTitle
DashboardExtensionSettings
.ImageExportOptions .ShowTitle
DashboardDesigner
.ImageExportOptions .ShowTitle
DashboardViewer
.ImageExportOptions .ShowTitle
IDashboardControl
.ImageExportOptions .ShowTitle
DashboardControl
.ImageExportOptions .ShowTitle
See Also