Skip to main content
A newer version of this page is available. .

DashboardOlapDataSource.Name Property

Gets or sets the data source name.

Namespace: DevExpress.DashboardCommon

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

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