Skip to main content

DashboardItemExportOptions.IncludeCaption Property

Gets or sets whether a dashboard item caption(s) is included on the exported page.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean IncludeCaption { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

A DefaultBoolean value that specifies whether a dashboard item caption(s) is included on the exported page.

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