Skip to main content

PivotGridFieldToolTips.HeaderText Property

Gets or sets a field header tooltip.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
public string HeaderText { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that is a field header tooltip.

Remarks

To learn more about tooltips, see Hints and Tooltips.

See Also