Skip to main content

DashboardObjectDataSource(Object) Constructor

Initializes a new instance of the DashboardObjectDataSource class with predefined data.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardObjectDataSource(
    object data
)

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