如何在 Dev Express XtraGridControl 中对特定列进行数据绑定?

发布于 2024-11-06 10:14:16 字数 308 浏览 2 评论 0原文

在.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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

离笑几人歌 2024-11-13 10:14:16

DevExpress 列上相应的属性称为 FieldName

The corresponding Property on DevExpress columns is called FieldName

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文