ImageListColumnNullImageIndex Property
This is used to get or set the image index to use for null values
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int NullImageIndex { get; set; }
Public Property NullImageIndex As Integer
Get
Set
public:
property int NullImageIndex {
int get ();
void set (int value);
}
member NullImageIndex : int with get, set
Property Value
Int32If 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.