Back to Devexpress

PivotGridFieldOptions.AllowRunTimeSummaryChange Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldoptions-1733bbc6.md

latest2.8 KB
Original Source

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

csharp
[DefaultValue(false)]
public bool AllowRunTimeSummaryChange { get; set; }
vb
<DefaultValue(False)>
Public Property AllowRunTimeSummaryChange As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath 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):

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

PivotGridFieldOptions.ShowSummaryTypeName

SummaryTypeChanged

SummaryType

PivotGridFieldOptions Class

PivotGridFieldOptions Members

DevExpress.XtraPivotGrid Namespace