Skip to main content
All docs
V25.1
  • DashboardMongoDBDataSource.ComponentName Property

    Gets or sets the data source component name.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.Core.dll

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    [DefaultValue(null)]
    public string ComponentName { get; set; }

    Property Value

    Type Default Description
    String null

    The data source component name.

    See Also