Skip to content

Commit 69533e9

Browse files
Fix incorrect link
1 parent 7cd4847 commit 69533e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class Employee {
5151
The following code example defines two templates:
5252

5353
* [`ItemHeaderTemplate`](https://docs.devexpress.com/WPF/DevExpress.Xpf.WindowsUI.SlideView.ItemHeaderTemplate) displays the employee’s first name.
54-
* [`ItemContentTemplate`](https://docs.devexpress.com/WPF/DevExpress.Xpf.WindowsUI.SlideView.ItemHeaderTemplate) displays detailed information, including photo, contact details, and job data.
54+
* [`ItemContentTemplate`](https://docs.devexpress.com/WPF/DevExpress.Xpf.Docking.LayoutGroup.ItemContentTemplate) displays detailed information, including photo, contact details, and job data.
5555

5656
```xaml
5757
<DataTemplate x:Key="ItemHeaderTemplate">

0 commit comments

Comments
 (0)