DataLoadingEventArgs Class
In This Article
Contains members used to fill an Object data source with data.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Remarks
When you bind DashboardObjectDataSource to a dashboard you can handle the DataLoading
events to fill the data source with data.
You can use the event parameter’s following properties:
- DataId
- Identifies the data source for which the event is raised.
- Data
- Supplies data for the data source.
Note
Note that an object assigned to the Data
See Also