Skip to main content

PivotOlapMember.Caption Property

Gets the caption of the OLAP member.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.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