Image List ColumnNull Image Index 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: 2024.12.31.0
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.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int NullImageIndex { get; set; }VB
Public Property NullImageIndex As Integer
Get
SetC++
public:
property int NullImageIndex {
int get ();
void set (int value);
}F#
member NullImageIndex : int with get, setProperty 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.