BackgroundImageUrl Property (BaseCellType)
In This Topic
Gets or sets the URL for the background image for the cell.
Syntax
'Declaration
Public Overridable Property BackgroundImageUrl As String
'Usage
Dim instance As BaseCellType
Dim value As String
instance.BackgroundImageUrl = value
value = instance.BackgroundImageUrl
public virtual string BackgroundImageUrl {get; set;}
Property Value
String containing the URL for the background image
Example
This example sets the background image for a cell.
See Also