Back to Devexpress

GridControl.AllowDeleteRows Property

xamarin-devexpress-dot-mobile-dot-datagrid-dot-gridcontrol-5fc72cd5.md

latest1.9 KB
Original Source

GridControl.AllowDeleteRows Property

Gets or sets whether end-users are allowed to delete data rows. This is a bindable property.

Namespace : DevExpress.Mobile.DataGrid

Assembly : DevExpress.Mobile.Grid.v18.2.dll

Declaration

csharp
[XtraSerializableProperty]
public bool AllowDeleteRows { get; set; }
vb
<XtraSerializableProperty>
Public Property AllowDeleteRows As Boolean

Property Value

TypeDescription
Boolean

true , to allow end-users to delete rows; otherwise, false.

|

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

End-users can delete a row by tapping Delete Row in a menu that appears when they touch and hold a data row. If the AllowDeleteRows property is set to true , this menu item is available. Otherwise, end-users cannot delete data rows.

See Also

DeleteRow(Int32)

End-User Restrictions

GridControl Class

GridControl Members

DevExpress.Mobile.DataGrid Namespace