'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <SRCategoryAttribute("CatBehavior")> <SRDescriptionAttribute("DataGridView_AllowUserToDeleteRowsDescr")> Public Property AllowUserToDeleteRows As System.Boolean
'Usage
Dim instance As NDataGridView Dim value As System.Boolean instance.AllowUserToDeleteRows = value value = instance.AllowUserToDeleteRows
[System.ComponentModel.DefaultValue(true)] [SRCategory("CatBehavior")] [SRDescription("DataGridView_AllowUserToDeleteRowsDescr")] public System.bool AllowUserToDeleteRows {get; set;}