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

    Gets or sets the data source name.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    [Browsable(true)]
    [DefaultValue(null)]
    public override string Name { get; set; }

    Property Value

    Type Default Description
    String null

    A String that specifies the name of the data source.

    See Also