How can I help you?
How to delete the items in the list at runtime?
4 Oct 20181 minute to read
You can delete items in the list at runtime by enabling the AllowListDelete property and then pressing the Delete key.
this.autoComplete1.AllowListDelete = true;Me.autoComplete1.AllowListDelete = True