DataGridView::AllowUserToAddRows Property
.NET Framework (current version)
Gets or sets a value indicating whether the option to add rows is displayed to the user.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the add-row option is displayed to the user; otherwise false. The default is true.
If the DataGridView is bound to data, the user is allowed to add rows if both this property and the data source's IBindingList::AllowNew property are set to true.
The following code example illustrates the use of this property in a DataGridView control intended primarily for display. In this example, the visual appearance of the control is customized in several ways and the control is configured for limited interactivity. This example is part of a larger example available in the DataGridViewCellStyle class overview.
.NET Framework
Available since 2.0
Available since 2.0
Show: