Skip to main content
A newer version of this page is available. .

DataSourceEventArgs.DataSource Property

Obtains the data source that provides data for the dashboard.

Namespace: DevExpress.DashboardCommon

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

Declaration

public IDashboardDataSource DataSource { get; }

Property Value

Type Description
IDashboardDataSource

An object implementing the IDashboardDataSource interface that specifies the dashboard data source.

See Also