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