CustomExportEventArgs.PrintableComponents Property
In This Article
OBSOLETE
This property is obsolete. Use the Get
Provides access to a dictionary containing dashboard item names and related PrintableComponents. For internal use.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[Browsable(false)]
[Obsolete("This property is obsolete. Use the GetPrintableControl(string dashboardItemName) and GetPrintableControls() methods instead. For more information, see the following BC article: https://www.devexpress.com/bcid=t858339")]
public Dictionary<string, IBasePrintable> PrintableComponents { get; }
#Property Value
Type | Description |
---|---|
Dictionary<String, IBase |
A dictionary containing dashboard item names and related Printable |
See Also