Back to Devexpress

RowProperties.ToolTip Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-rowproperties-78c3d3bc.md

latest3.0 KB
Original Source

RowProperties.ToolTip Property

Gets or sets a custom tooltip for the current row header.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue("")]
[XtraSerializableProperty]
public virtual string ToolTip { get; set; }
vb
<DefaultValue("")>
<XtraSerializableProperty>
Public Overridable Property ToolTip As String

Property Value

TypeDefaultDescription
StringString.Empty

A string, which is a custom tooltip for the row header.

|

Remarks

If the VGridOptionsHint.ShowRowHeaderHints option is set to true , tooltips are supported for Row Headers.

When hovering with a mouse pointer over a row header where text is trimmed, a default tooltip is displayed. The default tooltip contains the row’s non-trimmed caption (RowProperties.Caption).

The ToolTip property allows you to provide a custom tooltip for a row header. When a custom tooltip is assigned to the row header, it’s displayed when an end-user hovers the mouse pointer over the row header, regardless of whether the text in the row header is trimmed or not.

The find panel searches for a row by its caption, tooltip, field name, and caption in the customization form. The SearchTags property allows you to provide custom tags by which the find panel can find this row.

See Also

Caption

ShowRowHeaderHints

ShowCellHints

Hints and Tooltips

RowProperties Class

RowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace