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
The corresponding Property on DevExpress columns is called FieldName