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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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