Skip to content

Commit 8ec2097

Browse files
committed
updating item documentation
1 parent 9432936 commit 8ec2097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Toolkit.Uwp.UI.Controls/Menu/MenuItem.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ public object Header
5151
}
5252

5353
/// <summary>
54-
/// Identifies the <see cref="Header"/> dependency property.
54+
/// Identifies the <see cref="HeaderTemplate"/> dependency property.
5555
/// </summary>
5656
public static readonly DependencyProperty HeaderTemplateProperty = DependencyProperty.Register(nameof(HeaderTemplate), typeof(DataTemplate), typeof(MenuItem), new PropertyMetadata(null));
5757

5858
/// <summary>
59-
/// Gets or sets the title to appear in the title bar
59+
/// Gets or sets the data template that is used to display the content of the MenuItem
6060
/// </summary>
6161
public DataTemplate HeaderTemplate
6262
{

0 commit comments

Comments
 (0)