ImageListColumnNullImageIndex Property

This is used to get or set the image index to use for null values

Definition

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

Property Value

Int32
If set to -1 (the default), the NullImage is used if it has been set. If it is not set, the cell will appear blank. If this is set to a value other than -1, the indicated image from the image list is used for null values.

See Also