5

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

Prince Jea
  • 5,524
  • 7
  • 28
  • 46
Simon Huynh
  • 329
  • 1
  • 3
  • 12

1 Answers1

13

You will have to do this

gridview1.OptionsBehavior.AutoPopuplateColumns = false;

See this for details AutoPopulateColumns

Ehsan Sajjad
  • 61,834
  • 16
  • 105
  • 160
Ehsan
  • 31,833
  • 6
  • 56
  • 65