ImageListCellNewRowImageIndex Property

This is used to get or set the image index to show for the new row cells

Definition

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

Property Value

Int32
If set to -1 (the default), new rows will show the NullImage if it has been set or a blank cell if not. If set to a value other than -1, the image at the specified index will be shown in the new row.

See Also