DataSource.Data Property
Gets or sets the data object for the data source.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
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 DataProcessingMode.Server data-processing mode.
Implements
See Also