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.v23.2.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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the OLAPDimensionCaption property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also