DataGridViewImageCell.DefaultNewRowValue Property
In questo articolo
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the default value that is used when creating a new row.
public:
virtual property System::Object ^ DefaultNewRowValue { System::Object ^ get(); };
public override object DefaultNewRowValue { get; }
public override object? DefaultNewRowValue { get; }
member this.DefaultNewRowValue : obj
Public Overrides ReadOnly Property DefaultNewRowValue As Object
An object containing a default image placeholder, or null
to display an empty cell.
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
Prodotto | Versioni |
---|---|
.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, 10 |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: