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

PivotGridFieldOptions.AllowRunTimeSummaryChange Property

Gets or sets whether an end-user can change the data field’s summary type.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to allow an end-user to change the data field’s summary type; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowRunTimeSummaryChange
Cross-Platform Class Library PivotGridFieldBase
.Options .AllowRunTimeSummaryChange
WinForms Controls PivotGridField
.Options .AllowRunTimeSummaryChange
Reporting XRPivotGridField
.Options .AllowRunTimeSummaryChange
ASP.NET MVC Extensions MVCxPivotGridField
.Options .AllowRunTimeSummaryChange
ASP.NET Web Forms Controls PivotGridField
.Options .AllowRunTimeSummaryChange

Remarks

If the AllowRunTimeSummaryChange option is enabled, an end-user can change the data field’s summary type by clicking its header (see the image below):

SummaryTypeChange

If the PivotGridFieldOptions.ShowSummaryTypeName option is enabled, the summary type is displayed within the field’s header.

Changing the field’s summary type raises the PivotGridField.SummaryTypeChanged event.

Note

This option is not supported in OLAP mode.

The following code snippets (auto-collected from DevExpress Examples) contain references to the AllowRunTimeSummaryChange 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