Back to Devexpress

SortByCondition.OlapUniqueMemberName Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-sortbycondition-5db2bf58.md

latest1.6 KB
Original Source

SortByCondition.OlapUniqueMemberName Property

Gets or sets the unique name of the corresponding OLAP member. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[DefaultValue(null)]
public string OlapUniqueMemberName { get; set; }
vb
<DefaultValue(Nothing)>
Public Property OlapUniqueMemberName As String

Property Value

TypeDefaultDescription
Stringnull

A String that specifies the unique name of the corresponding OLAP member.

|

Remarks

The OlapUniqueMemberName property is in effect if the PivotGrid is bound to an OLAP data source. In this instance, the OlapUniqueMemberName property is used to identify the field value instead of the SortByCondition.Value property (it is set to null ).

See Also

SortByCondition Class

SortByCondition Members

DevExpress.Xpf.PivotGrid Namespace