From 81dc16acda984d873b08389735b602ddadd70e00 Mon Sep 17 00:00:00 2001 From: Ashwini-SF5049 Date: Thu, 23 Oct 2025 18:34:19 +0530 Subject: [PATCH] 982992: updated --- blazor/drop-down-menu/template.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/blazor/drop-down-menu/template.md b/blazor/drop-down-menu/template.md index 398734b808..e496d5ca19 100644 --- a/blazor/drop-down-menu/template.md +++ b/blazor/drop-down-menu/template.md @@ -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" %}