Articles in this section
Category / Section

How to show or hide GroupDropArea?

1 min read

To allow grouping at runtime, the GridGroupingControl displays a drop panel onto to which the user can drag and drop the column header. To display this drop panel, set the property ShowGroupDropArea.

The ShowGroupDropArea property controls whether or not the GroupDropArea is visible. When the GroupDropArea is visible, user can control the columns that are used for grouping by dragging grid column headers onto the GroupDropArea. The drop panel will not be shown when this property is set as false. Please refer the below code snippet which illustrates this:

C#

this.GridGroupingControl1.ShowGroupDropArea = false;

VB

Me.GridGroupingControl1.ShowGroupDropArea = False

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