DataGridViewImageCell.DefaultNewRowValue Property

Definition

Gets the default value that is used when creating a new row.

public override object DefaultNewRowValue { get; }
public override object? DefaultNewRowValue { get; }

Property Value

An object containing a default image placeholder, or null to display an empty cell.

Remarks

The value of this property should be of type Image or type Icon, depending on the value of the ValueIsIcon property.

Whenever a DataGridView is displayed in which new rows can be added, the last row is an empty new row of cells loaded with default values. Override this property to provide a different default image for these cells or to return null to avoid displaying images.

Applies to

Ürün Sürümler
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also