Image List CellDefault New Row Value Property
This gets the default value for a cell in the new row placeholder
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Returns the image index from NewRowImageIndex to use for the new row cell or null if set to -1.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public override Object DefaultNewRowValue { get; }VB
Public Overrides ReadOnly Property DefaultNewRowValue As Object
GetC++
public:
virtual property Object^ DefaultNewRowValue {
Object^ get () override;
}F#
abstract DefaultNewRowValue : Object with get
override DefaultNewRowValue : Object with getProperty Value
ObjectReturns the image index from NewRowImageIndex to use for the new row cell or null if set to -1.