DxImageExportOptions.ShowTitle Property
Specifies whether a dashboard title or dashboard item caption is used as the title of the exported document.
Namespace: DevExpress.DashboardBlazor
Assembly: DevExpress.Dashboard.v24.1.Blazor.dll
NuGet Package: DevExpress.Blazor.Dashboard
Declaration
Property Value
Type | Description |
---|---|
DefaultBoolean | A DefaultBoolean value that specifies whether a dashboard title or dashboard item’s caption is used as the title of the exported document. |
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. |
|
See Also