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

VGridOptionsHint.ShowRowHeaderHints Property

Gets or sets whether tooltips are supported for row headers.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowRowHeaderHints { get; set; }

Property Value

Type Default Description
Boolean **true**

true if tooltips are supported for row headers.; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowRowHeaderHints
PropertyGridControl
.OptionsHint.ShowRowHeaderHints
VGridControl
.OptionsHint.ShowRowHeaderHints
VGridControlBase
.OptionsHint.ShowRowHeaderHints

Remarks

To learn about displaying tooltips for row headers, see RowProperties.ToolTip.

See Also