Skip to main content

FixedFieldValueCondition.OLAPUniqueMemberName Property

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

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
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.

See Also