Вопрос

Please help me on how to access AutoGenerateColumns property of GridControl in devexpress just like datagridview in normal control of winform.

Это было полезно?

Решение

You will have to do this

gridview1.OptionsBehavior.AutoPopuplateColumns = false;

See this for details AutoPopulateColumns

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top