Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions blazor/drop-down-menu/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,13 @@ The [ItemTemplate](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Split
new DropDownMenuItem { Separator = true },
new DropDownMenuItem { Text = "Syncfusion", IconCss = "e-icons e-mouse-pointer", Url = "http://www.syncfusion.com" }
};
<<<<<<< HEAD
=======

>>>>>>> 01bf62499b5e13b5b729ee669b8eefc73611b136
private void ItemSelected(MenuEventArgs args)
{
var selectedItem = args.Item;
}
}


```

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