DashboardObjectDataSource(Object) Constructor
Initializes a new instance of the DashboardObjectDataSource class with predefined data.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
data | Object | An object containing data for the data source. |
Remarks
Note
You cannot use an overload with the data parameter for the Web Dashboard and pass data directly to the control. Use the Dashboard.DataLoading event to provide data for the DashboardObjectDataSource.
See Also