VGridOptionsHint.ShowRowHeaderHints Property
Gets or sets whether tooltips are supported for row headers.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.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 ShowRowHeaderHints |
---|---|
VGridControlBase |
|
Remarks
To learn about displaying tooltips for row headers, see RowProperties.ToolTip.
See Also