Back to Devexpress

PivotOlapMember.Caption Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotolapmember-fb572572.md

latest1.7 KB
Original Source

PivotOlapMember.Caption Property

Gets the caption of the OLAP member.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public string Caption { get; }
vb
Public ReadOnly Property Caption As String

Property Value

TypeDescription
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

Properties

UniqueName

Value

PivotOlapMember Class

PivotOlapMember Members

DevExpress.Xpf.PivotGrid Namespace