Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / GroupInfo Class / Background Property
Example


In This Topic
    Background Property (GroupInfo)
    In This Topic
    Gets or sets the background of the grouping information.
    Syntax
    'Declaration
     
    
    Public Property Background As Background
    'Usage
     
    
    Dim instance As GroupInfo
    Dim value As Background
     
    instance.Background = value
     
    value = instance.Background
    public Background Background {get; set;}
    Example
    This example sets the background of the grouping headers.
    See Also