Back to Devexpress

PivotGridFieldBase.HeaderDisplayText Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-529d3f7a.md

latest2.0 KB
Original Source

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.v25.2.Core.dll

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

Declaration

csharp
[Browsable(false)]
public string HeaderDisplayText { get; }
vb
<Browsable(False)>
Public ReadOnly Property HeaderDisplayText As String

Property Value

TypeDescription
String

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

|

See Also

Caption

ShowSummaryTypeName

AllowRunTimeSummaryChange

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace