Skip to main content
Tag

PivotGridField.OlapDimensionCaption Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: 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