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

    Gets or sets the name of the data source component.

    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

    A String that specifies the component name of the data source.

    See Also