Skip to content

Commit a14dcd5

Browse files
Merge pull request #7002 from syncfusion-content/BLAZ-988743-doc
988743: Cleared the conflict lines
2 parents e1279bd + b8e1136 commit a14dcd5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

blazor/drop-down-menu/template.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Events in Blazor Dropdown Menu Component | Syncfusion
4-
description: Checkout and learn here all about Events in Syncfusion Blazor Dropdown Menu component and much more.
3+
title: Item template in Blazor Dropdown Menu Component | Syncfusion
4+
description: Checkout and learn here all about Item template in Syncfusion Blazor Dropdown Menu component and much more.
55
platform: Blazor
66
control: Dropdown Menu
77
documentation: ug
@@ -54,17 +54,13 @@ The [ItemTemplate](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Split
5454
new DropDownMenuItem { Separator = true },
5555
new DropDownMenuItem { Text = "Syncfusion", IconCss = "e-icons e-mouse-pointer", Url = "http://www.syncfusion.com" }
5656
};
57-
<<<<<<< HEAD
58-
=======
5957
60-
>>>>>>> 01bf62499b5e13b5b729ee669b8eefc73611b136
6158
private void ItemSelected(MenuEventArgs args)
6259
{
6360
var selectedItem = args.Item;
6461
}
6562
}
6663
67-
6864
```
6965

7066
{% previewsample "https://blazorplayground.syncfusion.com/embed/rNBfMhWTscHCszCa?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}

0 commit comments

Comments
 (0)