DataTemplate.DataType =收集和LT;实体&GT ;? [英] DataTemplate.DataType=Collection<Entity>?

查看:179
本文介绍了DataTemplate.DataType =收集和LT;实体&GT ;?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我有联系人电话( EntityCollection< Phone> ),我希望数据模板处理列表 - 添加删除编辑等。



有没有办法设置DataType属性DataTemplate to generic EntityCollection< Phone>

解决方案

在一个新类中,它将子类化为通用列表而不添加任何内容。
这使得可以从XAML绑定到列表。
这里描述如下:
我可以指定XAML(预.NET 4框架)中的通用类型?


Is there a way to create a data template that handles a list of items?

I have Contact.Phones (EntityCollection<Phone>) and I want the data template to handle the list - add remove edit etc.

Is there a way to set the DataType property of the DataTemplate to generic EntityCollection<Phone>?

解决方案

Wrap your generic list in a new class, which subclasses your generic list without adding anything. This makes it possible to bind to the list from XAML. This is described here: Can I specify a generic type in XAML (pre .NET 4 Framework)?

这篇关于DataTemplate.DataType =收集和LT;实体&GT ;?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆