VGridOptionsHint.ShowRowHeaderHints Property
In This Article
Gets or sets whether tooltips are supported for row headers.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#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 Show |
---|---|
VGrid |
|
#Remarks
To learn about displaying tooltips for row headers, see RowProperties.ToolTip.
See Also