Back to Devexpress

PivotGridFieldOptions.ShowSummaryTypeName Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldoptions-2ca4b5b9.md

latest2.0 KB
Original Source

PivotGridFieldOptions.ShowSummaryTypeName Property

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

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

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:

Object TypePath to ShowSummaryTypeName
PivotGridFieldBase

.Options .ShowSummaryTypeName

|

See Also

AllowRunTimeSummaryChange

Caption

HeaderDisplayText

PivotGridFieldOptions Class

PivotGridFieldOptions Members

DevExpress.XtraPivotGrid Namespace