문제

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