Please help me on how to access AutoGenerateColumns property of GridControl in devexpress just like datagridview in normal control of winform.
Asked
Active
Viewed 8,325 times
5
Prince Jea
- 5,524
- 7
- 28
- 46
Simon Huynh
- 329
- 1
- 3
- 12
-
http://www.devexpress.com/Support/Center/Question/Details/Q306698 this should help you – Ehsan Jul 15 '13 at 07:44
1 Answers
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