Skip to main content

DashboardOlapDataSource.Name Property

Gets or sets the data source name.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

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

#Property Value

Type Default Description
String null

A String value that specifies the data source name.

#Implements

See Also