Back to Devexpress

DashboardDataLoadingEventArgs Class

dashboard-devexpress-dot-dashboardcommon-f42003a9.md

latest3.3 KB
Original Source

DashboardDataLoadingEventArgs Class

Provides data for the Dashboard.DataLoading event.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DashboardDataLoadingEventArgs :
    DataSourceEventArgs
vb
Public Class DashboardDataLoadingEventArgs
    Inherits DataSourceEventArgs

DashboardDataLoadingEventArgs is the data class for the following events:

Remarks

The Dashboard.DataLoading event is raised when the dashboard bound to an object data source needs to load data from a data source assigned in code. Use the DashboardDataLoadingEventArgs.Data property to provide data for this data source. The DashboardDataLoadingEventArgs.Parameters property provides access to dashboard parameters required to modify your data query.

Note

An object assigned to the DashboardDataLoadingEventArgs.Data property should implement the IEnumerable or IListSource interface.

To get the data source for which the event has been raised, use the DataSourceEventArgs.DataSource property.

For data sources created via the Create Data Source wizard, the Dashboard.ConfigureDataConnection event is fired. This event allows you to customize connection parameters.

Inheritance

Object EventArgs DataSourceEventArgs DashboardDataLoadingEventArgs

See Also

DashboardDataLoadingEventArgs Members

DataLoading

ConfigureDataConnection

DevExpress.DashboardCommon Namespace