ItemsPresenter.FooterTemplate 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于显示项标头内容的 DataTemplate 。
DataTemplate FooterTemplate();
void FooterTemplate(DataTemplate value);
public DataTemplate FooterTemplate { get; set; }
var dataTemplate = itemsPresenter.footerTemplate;
itemsPresenter.footerTemplate = dataTemplate;
Public Property FooterTemplate As DataTemplate
<ItemsPresenter>
<ItemsPresenter.FooterTemplate>
singleDataTemplate
</ItemsPresenter.FooterTemplate>
</ItemsPresenter>
- or -
<ItemsPresenter FooterTemplate="resourceReferenceToDataTemplate"/>
属性值
指定标头对象的可视化效果的模板。 默认值为 null。