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

PivotGridField.OlapDimensionCaption Property

Specifies the OLAP dimension’s caption displayed in the Field List.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public string OlapDimensionCaption { get; set; }

Property Value

Type Description
String

A string that is the OLAP dimension caption displayed in the Field List.

See Also