DataSourceEventArgs.DataSource Property
In This Article
Obtains the data source that provides data for the dashboard.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public IDashboardDataSource DataSource { get; }
#Property Value
Type | Description |
---|---|
IDashboard |
An object implementing the IDashboard |
See Also