Pergunta

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

Foi útil?

Solução

You will have to do this

gridview1.OptionsBehavior.AutoPopuplateColumns = false;

See this for details AutoPopulateColumns

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top