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