Skip to main content
All docs
V18.2

ASPxClientDashboardExportOptions.ShowTitle Property

OBSOLETE

The ShowTitle property is obsolete now. Use the DashboardPdfExportOptions.ShowTitle and DashboardImageExportOptions.ShowTitle properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

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

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

[Obsolete("The ShowTitle property is obsolete now. Use the DashboardPdfExportOptions.ShowTitle and DashboardImageExportOptions.ShowTitle properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public bool ShowTitle { get; set; }

Property Value

Type Description
Boolean

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

See Also