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.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 specifies the component name of the current data source.

See Also