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

DashboardOlapDataSource.ComponentName Property

Gets or sets the component name of the data source.

Namespace: DevExpress.DashboardCommon

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

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