---
title: "Fill DevExpress GridView with List<>"  
description: "Fill DevExpress GridView with List<>"  
author: "Jocker Jockerr"  
published: 2017-08-10  
updated: 2017-08-10  
canonical: https://www.mindstick.com/forum/34326/fill-devexpress-gridview-with-list  
category: "c#"  
tags: ["gridview"]  
reading_time: 1 minute  

---

# 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](https://www.mindstick.com/articles/873/update-delete-edit-gridview-in-asp-dot-net)\
BotUsers = WebService.GetTelegramUserWithDrugstores(CrmUser.Login, CrmUser.Password, out [msg](https://yourviews.mindstick.com/story/3698/why-is-msg-sphere-so-famous-worldwide), out returnCode).ToList();\

## Replies

### Reply by Jocker Jockerr

grdBotUsers.DataSource = Controller.BotUsers;


---

Original Source: https://www.mindstick.com/forum/34326/fill-devexpress-gridview-with-list

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
