PivotGridField.ToolTips Property
Gets the field’s hint settings.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.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.