KryptonDataGridViewTextAndImageCell.Image Property

Krypton OutlookGrid

KryptonDataGridViewTextAndImageCellImage Property
Krypton OutlookGrid v1.6.0
Gets or sets the image.

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumns
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public Image Image { get; set; }
Public Property Image As Image
	Get
	Set

Property Value

Type: Image
The image.
See Also