DataSource.Data Property
In This Article
Gets or sets the data object for the data source.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object that contains data for the data source. |
#Remarks
An object assigned to the Data property should implement the IEnumerable or IListSource interface.
Note
If data for the data source is provided via the Data property, you cannot use the Data
See Also