Back to Devexpress

DashboardDataLoadingEventArgs.Data Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboarddataloadingeventargs.md

latest1.7 KB
Original Source

DashboardDataLoadingEventArgs.Data Property

Gets or sets data for the current data source.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public object Data { get; set; }
vb
Public Property Data As Object

Property Value

TypeDescription
Object

Data for the current data source.

|

Remarks

Use the Data property to provide data for the current data source.

An object assigned to the Data property should implement the IEnumerable or IListSource interface.

To identify the data source for which the event has been raised, use the DataSourceEventArgs.DataSource property.

See Also

DataSource

DashboardDataLoadingEventArgs Class

DashboardDataLoadingEventArgs Members

DevExpress.DashboardCommon Namespace