Back to Devexpress

PivotOlapMember.Properties Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotolapmember-245c5931.md

latest1.6 KB
Original Source

PivotOlapMember.Properties Property

Gets the OLAP member properties.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public OLAPMemberProperties Properties { get; }
vb
Public ReadOnly Property Properties As OLAPMemberProperties

Property Value

TypeDescription
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

UniqueName

Value

Caption

PivotOlapMember Class

PivotOlapMember Members

DevExpress.Xpf.PivotGrid Namespace