Skip to main content

PivotGridOptionsOLAP.AllowDuplicatedMeasures Property

For internal use.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

[DefaultValue(true)]
public bool AllowDuplicatedMeasures { get; set; }

Property Value

Type Default
Boolean true

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowDuplicatedMeasures
WinForms Controls PivotGridControl
.OptionsOLAP .AllowDuplicatedMeasures
ASP.NET MVC Extensions PivotGridSettings
.OptionsOLAP .AllowDuplicatedMeasures
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsOLAP .AllowDuplicatedMeasures
See Also