Skip to main content

PivotGridFieldBase.OLAPDimensionCaption Property

Specifies the OLAP dimension’s caption displayed in the Customization form’s field list.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v26.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
public string OLAPDimensionCaption { get; set; }

Property Value

Type Default Description
String null

A string that is the OLAP dimension caption displayed in the Customization form.

Remarks

You can group dimensions in the Customization form’s field list by setting the OLAPDimensionCaption to the same value, as illustrated in the picture below. The City and Country fields have the OLAPDimensionCaption property set to Location.

OLAPDimensionCaption

See Also