Skip to main content

PivotGridFieldOptions.AllowRunTimeSummaryChange Property

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

Namespace: DevExpress.XtraPivotGrid

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

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

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:

Object Type Path to AllowRunTimeSummaryChange
PivotGridFieldBase
.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.

See Also