PivotOlapMember.Properties Property
In This Article
Gets the OLAP member properties.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#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