Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridField.ToolTips Property

Gets the field’s hint settings.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.2.dll

NuGet Package: DevExpress.Win.PivotGrid

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public PivotGridFieldToolTips ToolTips { get; }

#Property Value

Type Description
PivotGridFieldToolTips

A PivotGridFieldToolTips object which provides the hint settings for the field.

#Remarks

By default, field hints are displayed when an end-user hovers the mouse pointer over a field header or value whose contents are truncated. The ToolTips property allows the hints that will be displayed in place of the default ones to be specified.

This property returns an object whose properties allow the hints that will be displayed for the field’s header and its values to be specified. Note these hints are displayed when an end-user hovers the mouse pointer over the field’s header or value.

See Also