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

PivotGridField.ToolTips Property

Gets the field’s hint settings.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

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