Skip to main content
A newer version of this page is available. .

PivotOlapMember Class

An OLAP member.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public class PivotOlapMember

The following members return PivotOlapMember objects:

Remarks

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

Inheritance

Object
PivotOlapMember
See Also