Skip to main content
All docs
V23.2

DxPdfExportOptions.ShowTitle Property

Specifies whether a dashboard title or dashboard item’s caption is used as the exported document title.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v23.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public DefaultBoolean ShowTitle { get; set; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean value that specifies whether a dashboard title or dashboard item’s caption is used 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

See Also