ImageListColumnNullImage Property
This is used to get or set the image to display for null cells
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Image NullImage { get; set; }
Public Property NullImage As Image
Get
Set
public:
property Image^ NullImage {
Image^ get ();
void set (Image^ value);
}
member NullImage : Image with get, set
Property 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.