如何对查找进行硬编码编辑

发布于 2024-10-13 03:02:38 字数 183 浏览 1 评论 0原文

嗨,, 我在 Windows 应用程序中使用 C#,我需要对 Lookupedit 进行硬编码。我希望 Lookupedit 在值成员为 1 时显示“YES”,在值成员为 0 时显示“NO”。

现在当我使用 Lookupedit 时,它显示所有显示成员。这都是是和否...这不想发生。我只需要一个是和否选项,就像组合框一样...请帮助我

hii,,
I am using c# in my windows application i need to hardcode the lookupedit..I want the lookupedit to show"YES"when the value member is 1 and "NO"when the value member is 0..

Right now when i am using lookupedit,it is showing all the display members.that is all yes and no's...this dont want to happen.I just need one yes and no option just like combo box...please help me

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

魂ガ小子 2024-10-20 03:02:38

如果我正确理解您的任务,您应该过滤 LookupEdit 的基础数据源,使其仅包含 ValueMember 等于 0 和 1 的两条记录。

If I understand your task correctly, you should filter the LookupEdit's underlying DataSource so that it contains only two records with ValueMember equals 0 and 1.

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