DashboardExporter.DataLoading Event
In This Article
Allows you to provide data for the DashboardObjectDataSource.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public event DataLoadingEventHandler DataLoading
#Event Data
The DataLoading event's data class is DataLoadingEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Data | Gets or sets data for the current data source. |
Data |
Gets an object data source’s unique identifier. |
Data |
Get the component name of the data source for which the event has been raised. |
Data |
Gets the name of the data source for which the event has been raised. |
Overwrite |
Specifies whether the Data |
Parameters | Provides access to parameter values passed to the object data source. |
See Also