Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个ASPxComboBox绑定到Users桌子上的 Devexpress。在另一个项目的页面上有一个字段EnteredBy。我想以某种方式使ASPxComboBox能够显示保存用户的名称。
ASPxComboBox
Users
EnteredBy
ComboBox控件根据对象的属性显示对象ToString()。如果你想特别打印一些东西,你必须重写ToString()绑定对象的属性。
ComboBox
ToString()