Skip to main content

IDashboardItemContainer.ComponentName Property

The name used for item identification in a dashboard. It has to be unique.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

string ComponentName { get; }

Property Value

Type Description
String

A String that is the unique name.

See Also