DataTemplate.DataType = Collection< Entity&gt ;? [英] DataTemplate.DataType = Collection<Entity>?

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

问题描述

是否有一种方法可以创建处理项目列表的数据模板?

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

我有Contact.Phones( EntityCollection< Phone> ),然后我希望数据模板处理列表-添加删除编辑等。

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

有没有一种方法可以设置将DataTemplate转换为通用 EntityCollection< Phone>

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

推荐答案

包装通用列表在一个新类中,该类将泛型列表子类化而无需添加任何内容。
这样可以从XAML绑定到列表。
此处描述:
我可以指定XAML(.NET 4之前的框架)中的通用类型?

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 = Collection&lt; Entity&gt ;?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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