Back to Devexpress

PivotOlapKpiValue.Status Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotolapkpivalue-b7410fb7.md

latest1.7 KB
Original Source

PivotOlapKpiValue.Status Property

Gets the KPI’s status value.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public int Status { get; }
vb
Public ReadOnly Property Status As Integer

Property Value

TypeDescription
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

Value

Goal

Trend

Weight

PivotOlapKpiValue Class

PivotOlapKpiValue Members

DevExpress.Xpf.PivotGrid Namespace