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

    Gets or sets the data source component name.

    Namespace: DevExpress.DashboardCommon

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

    Declaration

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

    Property Value

    Type Default Description
    String null

    The data source component name.

    See Also