Back to Devexpress

PivotOlapKpiValue.Value Property

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

latest1.7 KB
Original Source

PivotOlapKpiValue.Value Property

Gets the KPI’s actually achieved value.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public object Value { get; }
vb
Public ReadOnly Property Value As Object

Property Value

TypeDescription
Object

The KPI’s actually achieved value.

|

Remarks

To obtain the KPI’s goal, status, trend and weight values, use the PivotOlapKpiValue.Goal, PivotOlapKpiValue.Status, PivotOlapKpiValue.Trend and PivotOlapKpiValue.Weight properties, respectively.

See Also

Goal

Status

Trend

Weight

PivotOlapKpiValue Class

PivotOlapKpiValue Members

DevExpress.Xpf.PivotGrid Namespace