Skip to main content
A newer version of this page is available. .

CustomExportWebEventArgs.PrintableComponents Property

Provides access to a dictionary containing dashboard item names and related PrintableComponents. For internal use.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.2.Web.dll

Declaration

[Browsable(false)]
public Dictionary<string, IPrintable> PrintableComponents { get; }

Property Value

Type Description
Dictionary<String, IPrintable>

A dictionary containing dashboard item names and related PrintableComponents.

See Also