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

PivotGridOptionsOLAP.AllowDuplicatedMeasures Property

For internal use.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

[Browsable(false)]
public bool AllowDuplicatedMeasures { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowDuplicatedMeasures
WinForms Controls PivotGridControl
.OptionsOLAP.AllowDuplicatedMeasures
ASP.NET Controls and MVC Extensions ASPxPivotGrid
.OptionsOLAP.AllowDuplicatedMeasures
MVCxPivotGrid
.OptionsOLAP.AllowDuplicatedMeasures
PivotGridSettings
.OptionsOLAP.AllowDuplicatedMeasures
Reporting XRPivotGrid
.OptionsOLAP.AllowDuplicatedMeasures
See Also