Back to Devexpress

FixedFieldValueCondition.OLAPUniqueMemberName Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-fixedfieldvaluecondition-9b460fdf.md

latest1.6 KB
Original Source

FixedFieldValueCondition.OLAPUniqueMemberName Property

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

Namespace : DevExpress.XtraPivotGrid

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

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

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.

See Also

FixedFieldValueCondition Class

FixedFieldValueCondition Members

DevExpress.XtraPivotGrid Namespace