Articles in this section
Category / Section

How do I add the tooltip to the groupview control?

1 min read

 

The ShowToolTips Property of GroupView gets/sets whether tooltips for GroupViewItems should be shown or not.

C#

// Set the tooltip text for groupview item

  this.groupView1.GroupViewItems[0].ToolTipText = "First";

   this.groupView1.ShowToolTips = true;

VB

' Set the tooltip text for groupview item

Me.groupView1.GroupViewItems(0).ToolTipText = "First"

Me.groupView1.ShowToolTips = True

Syncfusion Inc.

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied