FixedFieldValueCondition.OLAPUniqueMemberName Property
Gets or sets the unique name of the corresponding OLAP member.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String | 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