DataSourceEventArgs.DataSource Property
Obtains the data source that provides data for the dashboard.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
public IDashboardDataSource DataSource { get; }
Public ReadOnly Property DataSource As IDashboardDataSource
Property Value
Type | Description |
---|---|
IDashboardDataSource | An object implementing the IDashboardDataSource interface that specifies the dashboard data source. |
See Also
Feedback