CustomItemExportControlCreatingEventArgs.DashboardItem Property
In This Article
Gets the exported custom dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public CustomDashboardItem DashboardItem { get; }
#Property Value
Type | Description |
---|---|
Custom |
A custom dashboard item. |
See Also