DataGridView::AllowUserToDeleteRows Property
Gets or sets a value indicating whether the user is allowed to delete rows from the DataGridView.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the user can delete rows; otherwise, false. The default is true.
If the DataGridView is bound to data, the user is allowed to delete rows if both this property and the IBindingList::AllowRemove 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.
Available since 2.0