Back to Devexpress

PivotGridOptionsHint.ShowValueHints Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionshint-8aa4503a.md

latest1.8 KB
Original Source

PivotGridOptionsHint.ShowValueHints Property

Gets or sets whether hints are displayed for field values with truncated content.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool ShowValueHints { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property ShowValueHints As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display hints for field values with truncated content; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowValueHints
PivotGridControl

.OptionsHint .ShowValueHints

|

See Also

ShowCellHints

ShowHeaderHints

PivotGridOptionsHint Class

PivotGridOptionsHint Members

DevExpress.XtraPivotGrid Namespace