Back to Devexpress

DataSourceEventArgs.DataSource Property

dashboard-devexpress-dot-dashboardcommon-dot-datasourceeventargs.md

latest1.3 KB
Original Source

DataSourceEventArgs.DataSource Property

Obtains the data source that provides data for the dashboard.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public IDashboardDataSource DataSource { get; }
vb
Public ReadOnly Property DataSource As IDashboardDataSource

Property Value

TypeDescription
IDashboardDataSource

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

|

See Also

DataSourceEventArgs Class

DataSourceEventArgs Members

DevExpress.DashboardCommon Namespace