Skip to main content
A newer version of this page is available. .

PivotGridFieldSortCondition.OLAPUniqueMemberName Property

Gets or sets the unique name of the corresponding OLAP member.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

[DefaultValue(null)]
[XtraSerializableProperty]
public string OLAPUniqueMemberName { get; set; }

Property Value

Type Default Description
String *null*

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 PivotGridFieldSortCondition.Value property (it is set to null).

See Also