DataSourceEventArgs.DataSource Property
Obtains the data source that provides data for the dashboard.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
IDashboardDataSource | An object implementing the IDashboardDataSource interface that specifies the dashboard data source. |
See Also