C1.Win.FlexGrid Namespace / OwnerDrawCellEventArgs Class / Image Property

In This Topic
Image Property (OwnerDrawCellEventArgs)
In This Topic
Gets or sets the image that will be displayed in the cell.
Syntax
'Declaration
 
Public Property Image As Image
 
Remarks
Changing this value is an easy way to modify the image displayed in a cell without any custom drawing code.
See Also