Skip to main content
A newer version of this page is available. .

DashboardXpoDataSource(String) Constructor

Initializes a new instance of the DashboardXpoDataSource class with the specified name.

Namespace: DevExpress.DashboardCommon

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

Declaration

public DashboardXpoDataSource(
    string name
)

Parameters

Name Type Description
name String

A String that specifies the name of the data source.

See Also