Skip to main content

DashboardEFDataSource.ComponentName Property

Gets or sets the component name of the current data source.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

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

Property Value

Type Default Description
String null

A String value that specifies the component name of the current data source.

See Also