We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2542491 + 81dc16a commit c1304f7Copy full SHA for c1304f7
blazor/drop-down-menu/template.md
@@ -54,17 +54,13 @@ The [ItemTemplate](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Split
54
new DropDownMenuItem { Separator = true },
55
new DropDownMenuItem { Text = "Syncfusion", IconCss = "e-icons e-mouse-pointer", Url = "http://www.syncfusion.com" }
56
};
57
-<<<<<<< HEAD
58
-=======
59
60
->>>>>>> 01bf62499b5e13b5b729ee669b8eefc73611b136
61
private void ItemSelected(MenuEventArgs args)
62
{
63
var selectedItem = args.Item;
64
}
65
66
67
-
68
```
69
70
{% previewsample "https://blazorplayground.syncfusion.com/embed/rNBfMhWTscHCszCa?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
0 commit comments