Skip to main content
A newer version of this page is available. .

PivotOlapMember.Caption Property

Gets the caption of the OLAP member.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, 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