Skip to main content

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

[XtraSerializableProperty]
public bool AllowDeleteRows { get; set; }

Property Value

Type Description
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