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


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