SelectedBackgroundImageUrl Property
In This Topic
Gets or sets the location of a background image when a cell is selected.
Syntax
'Declaration
Public Property SelectedBackgroundImageUrl As String
'Usage
Dim instance As Background
Dim value As String
instance.SelectedBackgroundImageUrl = value
value = instance.SelectedBackgroundImageUrl
public string SelectedBackgroundImageUrl {get; set;}
Property Value
String containing the URL of the image
Example
This example sets the background image for the column.
See Also