Skip to content

Commit d246dbc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To create a visual separator between items in a DropDownButton, apply a custom c
4040
}
4141
</style>
4242
43-
<TelerikDropDownButton Icon="@SvgIcon.Share" OnClick="@(()=>OnItemClick("Primary"))">
43+
<TelerikDropDownButton Icon="@SvgIcon.Share">
4444
<DropDownButtonContent>Share</DropDownButtonContent>
4545
4646
<DropDownButtonItems>

0 commit comments

Comments
 (0)