BotUsers = WebService.GetTelegramUserWithDrugstores(CrmUser.Login, CrmUser.Password, out msg, out returnCode).ToList();
Fill DevExpress GridView with List<>
I have a List<TelegramUsers> BotUsers filled through the server. Can you tell how through this List I can fill the DevExpress GridView
Can you answer this question?
Write Answer1 Answers