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
8 changes: 2 additions & 6 deletions blazor/drop-down-menu/template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Events in Blazor Dropdown Menu Component | Syncfusion
description: Checkout and learn here all about Events in Syncfusion Blazor Dropdown Menu component and much more.
title: Item template in Blazor Dropdown Menu Component | Syncfusion
description: Checkout and learn here all about Item template in Syncfusion Blazor Dropdown Menu component and much more.
platform: Blazor
control: Dropdown Menu
documentation: ug
Expand Down 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