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

PivotGridFieldOptions.ShowSummaryTypeName Property

Gets or sets whether the summary type is displayed within the data field’s header.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to display the summary type within the data field’s header; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowSummaryTypeName
Cross-Platform Class Library PivotGridFieldBase
.Options.ShowSummaryTypeName
WinForms Controls PivotGridField
.Options.ShowSummaryTypeName
ASP.NET Controls and MVC Extensions PivotGridField
.Options.ShowSummaryTypeName
MVCxPivotGridField
.Options.ShowSummaryTypeName
Reporting XRPivotGridField
.Options.ShowSummaryTypeName
See Also