Back to Devexpress

PivotOlapMember.UniqueName Property

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

latest1.6 KB
Original Source

PivotOlapMember.UniqueName Property

Gets the unique name of the OLAP member.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public string UniqueName { get; }
vb
Public ReadOnly Property UniqueName As String

Property Value

TypeDescription
String

A string that represents the unique name of the OLAP member.

|

Remarks

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

See Also

Properties

Value

Caption

PivotOlapMember Class

PivotOlapMember Members

DevExpress.Xpf.PivotGrid Namespace