Skip to main content

PivotOlapMember.Properties Property

Gets the OLAP member properties.

Namespace: DevExpress.Xpf.PivotGrid

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

#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