forum

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

Fill DevExpress GridView with List<>

Jocker Jockerr 1550 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();

Updated on 10-Aug-2017
Can you answer this question?

Answer

1 Answers

Liked By