FixedFieldValueCondition.OLAPUniqueMemberName Property
In This Article
Gets or sets the unique name of the corresponding OLAP member.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#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