Search code examples
c#devexpressdevexpress-windows-ui

How can I do input tags in C# with DevExpress WinForms?


I'm using Devexpress win-ui forms for desktop and I want to implement search bar like this:
Screenshot
Is there any way to do like this plugin in DevExpress WinForms?


Solution

  • In WinForms platform there is TokenEdit control.
    enter image description here

    More info you can find in DevExpress Documentation topic «Token Edit Control».