Gets or sets the background color of the grouping footer information.
Syntax
'Declaration
Public Property FooterBackColor As Color
'Usage
Dim instance As GroupInfo
Dim value As Color
instance.FooterBackColor = value
value = instance.FooterBackColor
public Color FooterBackColor {get; set;}
See Also