File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 11---
22layout : 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.
55platform : Blazor
66control : Dropdown Menu
77documentation : 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 " %}
You can’t perform that action at this time.
0 commit comments