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

PivotOlapMember.Properties Property

Gets the OLAP member properties.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public OLAPMemberProperties Properties { get; }

Property Value

Type Description
DevExpress.XtraPivotGrid.OLAPMemberProperties

A DevExpress.XtraPivotGrid.OLAPMemberProperties collection that contains properties of the OLAP member.

Remarks

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

See Also