DataLoadingEventArgs.Data Property
Gets or sets data for the current data source.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Object | Data for the current data source. |
Remarks
Use the Data property to provide data for the current data source. Note that an object assigned to the Data property should implement the System.Collections.IEnumerable or System.ComponentModel.IListSource interface.
To identify the data source for which the event has been raised, use the DataLoadingEventArgs.DataSourceName or DataLoadingEventArgs.DataSourceComponentName properties.
See Also
Feedback