ImageListColumnNullImage Property

This is used to get or set the image to display for null cells

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Image NullImage { get; set; }

Property Value

Image
If not set and NullImageIndex is set to -1, the cell will appear blank. This property is ignored if NullImageIndex is set to a value other than -1.

See Also