Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ComboBoxCellType Class / BackgroundImageUrl Property


In This Topic
    BackgroundImageUrl Property (ComboBoxCellType)
    In This Topic
    Gets or sets the URL for the background image for the cell.
    Syntax
    'Declaration
     
    
    Public Overrides Property BackgroundImageUrl As String
    'Usage
     
    
    Dim instance As ComboBoxCellType
    Dim value As String
     
    instance.BackgroundImageUrl = value
     
    value = instance.BackgroundImageUrl
    public override string BackgroundImageUrl {get; set;}

    Property Value

    String containing the URL of the background image
    Remarks
    This property is available because it is inherited from the BaseCellType class, but is not used in this class (and any background image specified is not displayed) because the combo box is rendered instead. This property is primarily intended for editable cell type classes that do not already have a graphic displayed.
    See Also