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


In This Topic
    BackColor Property (PreviewRowInfo)
    In This Topic
    Gets or sets the background color of the preview row information.
    Syntax
    'Declaration
     
    
    Public Property BackColor As Color
    'Usage
     
    
    Dim instance As PreviewRowInfo
    Dim value As Color
     
    instance.BackColor = value
     
    value = instance.BackColor
    public Color BackColor {get; set;}

    Property Value

    Color object containing the background color
    Example
    This example customizes the appearance of the preview row.
    See Also