Skip to main content

DataSourceEventArgs.DataSource Property

Obtains the data source that provides data for the dashboard.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public IDashboardDataSource DataSource { get; }

Property Value

Type Description
IDashboardDataSource

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

See Also