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.
我有六个 DevExpress ComboBoxEdit 控件的布局。只有最上面的一个不被过滤,然后每个在另一个下面的每个都过滤在它上面的选择中。我确信,如果我在我的模型中使用正确的集合,并在我看来绑定,我可以在没有代码的情况下实现这一点。我该怎么办?
我这么想是因为。例如,最上面的组合绑定到Department对象,每个对象都有一个Gangs集合,下一个下拉列表是“Gang”,我可以使用相对源或其他东西,始终将“Gang”下拉列表绑定到Gangs所选集合部。
Department
Gangs
如果我理解正确,每个 ComboBox 都依赖于它上面的那个?
我想你可以通过SelectedItem将 ComboBox 的 绑定到它上面的那个来完成大部分工作。这将消除您的大部分代码隐藏。
SelectedItem