Skip to content

Commit 6a7a996

Browse files
ntachevadimodi
authored andcommitted
Update knowledge-base/dropdownbutton-add-separator-between-items.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent d246dbc commit 6a7a996

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

knowledge-base/dropdownbutton-add-separator-between-items.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ To create a visual separator between items in a DropDownButton, apply a custom c
5151
</DropDownButtonItems>
5252
5353
</TelerikDropDownButton>
54-
55-
@code {
56-
private void OnItemClick(string item)
57-
{
58-
Console.WriteLine($"User clicked {item} option.");
59-
}
60-
}
6154
````
6255

6356
## See Also

0 commit comments

Comments
 (0)