Articles in this section
Category / Section

How to customize group drop area text and height in GridDataControl?

1 min read

You can customize the GroupDropArea display text using GroupDropAreaText property. You can also change its height by using GroupDropAreaHeight property. Refer the following code sample

 XAML

<syncfusion:GridDataControl x:Name="dataGrid"
                             AutoPopulateColumns="False"
                             AutoPopulateRelations="False"
                             ColumnSizer="Star"
                             GroupDropAreaText="My GroupDrop Area"
                             GroupDropAreaHeight="200"
                             EnableVisualStyleForEditors="True"
                             ItemsSource="{Binding OrderList}"



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