Skip to main content

DashboardXpoDataSource(String) Constructor

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.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