如何在 Dev Express XtraGridControl 中对特定列进行数据绑定?
在.net网格视图控件中,我们有一个名为“DataPropertyName”的属性,我们可以在其中指定要绑定的列名称
示例代码:
dataGridView1.Columns[index].DataPropertyName=
myDataSource.Tables[index].Columns[index].ColumnName);
任何主体请帮助我如何做这在 DevExpress Extra Grid Control 中
提前致谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DevExpress 列上相应的属性称为
FieldName
The corresponding Property on DevExpress columns is called
FieldName