Category / Section
How can I set the tooltip for the GroupDropArea?
The GroupDropAreaTextTooltip property of the grid can be used to specify the tooltip for the GroupDropArea.
C#
this.GridGroupingControl1.GroupDropAreaTextTooltip = "Drop and drop the column headers here";
VB
Me.GridGroupingControl1.GroupDropAreaTextTooltip = "Drop and drop the column headers here"