Spread Windows Forms 12.0 Product Documentation
Image Property (ItemTemplateInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ItemTemplateInfo Class : Image Property
Gets or sets the image.
Syntax
'Declaration
 
Public Property Image As Object
'Usage
 
Dim instance As ItemTemplateInfo
Dim value As Object
 
instance.Image = value
 
value = instance.Image
public object Image {get; set;}

Property Value

An System.Object value that indicates the image.
See Also

Reference

ItemTemplateInfo Class
ItemTemplateInfo Members