Skip to main content
Tag

PivotGridField.KpiType Property

Gets the KPI type. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public PivotKpiType KpiType { get; }

#Property Value

Type Description
PivotKpiType

A PivotKpiType enumeration value that identifies the KPI type.

#Remarks

Since KPI supports graphic representation for its Status and Trend values, these values can be replaced with images. OLAP supports 12 graphic sets such as shapes, smiley faces, traffic lights, etc. Use the PivotGridField.KpiGraphic property to specify the required graphic set.

To learn more, see Key Performance Indicators (KPIs).

See Also