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

NavBarGroup.ToolTip Property

Gets or sets the tooltip text for the group’s header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string ToolTip { get; set; }

Property Value

Type Default Description
String String.Empty

A string which specifies the text content of the group header’s tooltip.

Remarks

Use the ToolTip property to define a tooltip text for the header of an individual group. If a string is assigned to a group’s ToolTip property, the tool tip is shown whenever the mouse cursor pauses over the group’s header. If the ToolTip property is set to an empty string (String.Empty), the tooltip is never shown.

See Also