ComponentOne FlexGrid for WinForms
Image Property (OwnerDrawCellEventArgs)

C1.Win.C1FlexGrid Namespace > OwnerDrawCellEventArgs Class : Image Property
Gets or sets the image that will be displayed in the cell.
Syntax
'Declaration
 
Public Property Image As Image
public Image Image {get; set;}
Remarks
Changing this value is an easy way to modify the image displayed in a cell without any custom drawing code.
See Also

Reference

OwnerDrawCellEventArgs Class
OwnerDrawCellEventArgs Members