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

PivotGridFieldToolTips.ValueText Property

Gets or sets a field value tooltip.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that is a field value tooltip.

Remarks

To learn more about tooltips, see Hints and Tooltips.

See Also