Image Property (ListItem)
In This Topic
Gets or sets the Image of the ListItem.
Syntax
'Declaration
Public Overridable Property Image As Object
'Usage
Dim instance As ListItem
Dim value As Object
instance.Image = value
value = instance.Image
public virtual object Image {get; set;}
Property Value
An
System.Object value indicates the image of
ListItem.
See Also