Question

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

Was it helpful?

Solution

You will have to do this

gridview1.OptionsBehavior.AutoPopuplateColumns = false;

See this for details AutoPopulateColumns

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top