Syncfusion has launched BoldDesk- an AI-first customer service software. This support portal is powered by BoldDesk. Start free trial | Book a free demo
You can set ShowCloseButton property of autoComplete to false inorder to hide the close button.
C#
this.autoComplete1.ShowCloseButton = false;
VB
Me.autoComplete1.ShowCloseButton = False