Skip to main content

DashboardOlapDataSource.ComponentName Property

Gets or sets the component name of the data source.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

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

Property Value

Type Default Description
String null

A String value that is the component name of the data source.

See Also