Skip to main content
All docs
V18.2

DashboardImageExportOptions.Title Property

Gets or sets a title of the exported document.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public string Title { get; set; }

Property Value

Type Description
String

A string value that specifies the title of the exported document.

See Also