FooterForeColor Property (GroupInfo)
In This Topic
Gets or sets the text color of the group footer.
Syntax
'Declaration
Public Property FooterForeColor As Color
'Usage
Dim instance As GroupInfo
Dim value As Color
instance.FooterForeColor = value
value = instance.FooterForeColor
public Color FooterForeColor {get; set;}
See Also