Skip to main content

PivotOlapKpiValue.Status Property

Gets the KPI's status value.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public int Status { get; }

#Property Value

Type Description
Int32

An integer value (1, 0 or -1) that specifies the KPI's status.

#Remarks

To obtain the KPI's actually achieved, goal, trend and weight values, use the PivotOlapKpiValue.Value, PivotOlapKpiValue.Goal, PivotOlapKpiValue.Trend and PivotOlapKpiValue.Weight properties, respectively.

See Also