Skip to main content

PivotGridOptionsOLAP.UseDefaultMeasure Property

For internal use.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

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

Property Value

Type Default
Boolean false

Property Paths

You can access this nested property as listed below:

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