Skip to main content
All docs
V26.1
  • DashboardXpoDataSource(String) Constructor

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

    Namespace: DevExpress.DashboardCommon

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