Articles in this section

How do I set styles for the GroupDropArea?

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)
Access denied
Access denied