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

PivotGridFieldBase.HeaderDisplayText Property

Returns the string displayed within the field’s header, taking into account the field’s PivotGridFieldBase.Caption and the PivotGridFieldBase.SummaryType. The field’s summary type is appended to the field’s Caption if the PivotGridFieldOptions.ShowSummaryTypeName property is enabled.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[Browsable(false)]
public string HeaderDisplayText { get; }

Property Value

Type Description
String

A string that specifies the field header’s display text.

See Also