Users Pricing

forum

home / developersection / forums / fill devexpress gridview with list<>

Fill DevExpress GridView with List<>

Jocker Jockerr 1860 10 Aug 2017
I have a List<TelegramUsers>  BotUsers  filled through the server.  Can you tell how through this List I can  fill the DevExpress GridView

BotUsers = WebService.GetTelegramUserWithDrugstores(CrmUser.Login, CrmUser.Password, out msg, out returnCode).ToList();

1 Answers