Skip to main content

PivotGridOptionsOLAP.UseAggregateForSingleFilterValue Property

Gets or sets whether to use the Aggregate function in the MDX query, if the filter contains a single value.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool UseAggregateForSingleFilterValue { get; set; }

Property Value

Type Description
Boolean

true to use the Aggregate function for a single filter value; otherwise, false.

Property Paths

You can access this nested property as listed below:

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