From 931b1c27f9b52d44e6fc011afb36b7860c694e0e Mon Sep 17 00:00:00 2001 From: United600 Date: Fri, 26 Dec 2025 22:34:10 +0000 Subject: [PATCH] Fix ItemsPresenter FooterTemplate description and value --- windows.ui.xaml.controls/itemspresenter_footertemplate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows.ui.xaml.controls/itemspresenter_footertemplate.md b/windows.ui.xaml.controls/itemspresenter_footertemplate.md index 33f00f07d9..a83aefb2c3 100644 --- a/windows.ui.xaml.controls/itemspresenter_footertemplate.md +++ b/windows.ui.xaml.controls/itemspresenter_footertemplate.md @@ -10,7 +10,7 @@ public Windows.UI.Xaml.DataTemplate FooterTemplate { get; set; } # Windows.UI.Xaml.Controls.ItemsPresenter.FooterTemplate ## -description -Gets or sets the [DataTemplate](../windows.ui.xaml/datatemplate.md) used to display the content of the items header. +Gets or sets the [DataTemplate](../windows.ui.xaml/datatemplate.md) used to display the content of the items footer. @@ -31,7 +31,7 @@ Gets or sets the [DataTemplate](../windows.ui.xaml/datatemplate.md) used to disp
resourceReferenceToDataTemplate
resourceReferenceToDataTemplateA resource reference to an existing DataTemplate from a resources collection. The resource reference must specify the desired DataTemplate by key through a {StaticResource} markup extension usage.
## -property-value -The template that specifies the visualization of the header object. The default is **null**. +The template that specifies the visualization of the footer object. The default is **null**. ## -remarks