Skip to main content
.NET 6.0+

IModelKpiDashboardViewItem.KpiName Property

Specifies the name of a Key Performance Indicator whose results will be displayed by the KpiDashboardViewItem, provided by the KPI Module.

Namespace: DevExpress.ExpressApp.Kpi

Assembly: DevExpress.ExpressApp.Kpi.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Kpi

Declaration

[Required]
string KpiName { get; set; }

Property Value

Type Description
String

A string holding the name of a Key Performance Indicator whose results will be displayed by the KpiDashboardViewItem.

See Also