Articles in this section
Category / Section

How do I set styles for the GroupDropArea?

1 min read

You can specify the style for that area via custom css defined in the GroupDropAreaCssClass property. You can also programmatically set the GroupDropAreaCssClass property through code

[CSS]

.GroupDropAreaCss

{

background-color :#ffbeb8 ;

color:Black;

}

C#

this.GridGroupingControl1.TableDescriptor.GroupDropAreaCssClass = "GroupDropAreaCss";

VB

Me.GridGroupingControl1.TableDescriptor.GroupDropAreaCssClass = "GroupDropAreaCss"

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