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