Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotOlapMember.Caption Property

Gets the caption of the OLAP member.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public string Caption { get; }

#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