Pergunta

In .net grid view Control we have a Property called "DataPropertyName" where we can specify column name which you want to bind

example Code:

dataGridView1.Columns[index].DataPropertyName=
myDataSource.Tables[index].Columns[index].ColumnName);

Any body please help me how to do this in DevExpress Extra Grid Control

Thanks in advance

Nenhuma solução correta

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