Back to Devexpress

VGridOptionsHint.ShowRowHeaderHints Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionshint.md

latest2.0 KB
Original Source

VGridOptionsHint.ShowRowHeaderHints Property

Gets or sets whether tooltips are supported for row headers.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowRowHeaderHints
VGridControlBase

.OptionsHint .ShowRowHeaderHints

|

Remarks

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

See Also

ToolTip

Hints and Tooltips

VGridOptionsHint Class

VGridOptionsHint Members

DevExpress.XtraVerticalGrid Namespace