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.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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. |
|
| False | The value is false. |
|
| Default | The value is specified by a global option or a higher-level object. |
|
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ShowTitle |
|---|---|
| BeforeExportDocumentEventArgs |
|
| CustomExportBaseEventArgs |
|
| DashboardDesigner |
|
| DashboardViewer |
|
| IDashboardControl |
|
| DashboardControl |
|
See Also