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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With