Back to Devexpress

PivotOlapMember.Value Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotolapmember-bd8dfdc3.md

latest1.5 KB
Original Source

PivotOlapMember.Value Property

Gets the value of the OLAP member.

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

Value of the OLAP member.

|

Remarks

To obtain the OLAP member’s properties, unique name and caption, use the PivotOlapMember.Properties, PivotOlapMember.UniqueName and PivotOlapMember.Caption properties, respectively.

See Also

Properties

UniqueName

Caption

PivotOlapMember Class

PivotOlapMember Members

DevExpress.Xpf.PivotGrid Namespace