Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupInfo Class / FooterBackColor Property


In This Topic
    FooterBackColor Property (GroupInfo)
    In This Topic
    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