PivotOlapMember.Caption Property
Gets the caption of the OLAP member.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
String | A String that specifies the caption of the OLAP member. |
Remarks
The caption of the OLAP member is displayed in the corresponding field value cell.
To obtain the properties, unique name and value of the OLAP member, use the PivotOlapMember.Properties, PivotOlapMember.UniqueName and PivotOlapMember.Value properties, respectively.
See Also