Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.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