Skip to content

Commit 41a72fd

Browse files
authored
898724: Blazor List box Add item API link was not proper
1 parent bb4e98d commit 41a72fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/listbox/how-to/add-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Add/Remove Items in Blazor ListBox Component
1111

12-
To add an item or multiple items, `AddItem` method can be used. In the following example, the `Ferrari LaFerrari` and `McLaren P1` items will be added while clicking `Add Items` button.
12+
To add an item or multiple items, [AddItemsAsync](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DropDowns.SfDropDownBase-1.html#Syncfusion_Blazor_DropDowns_SfDropDownBase_1_AddItemsAsync_System_Collections_Generic_IEnumerable__0__System_Nullable_System_Int32__) method can be used. In the following example, the `Ferrari LaFerrari` and `McLaren P1` items will be added while clicking `Add Items` button.
1313

1414
```cshtml
1515
@using Syncfusion.Blazor.DropDowns

0 commit comments

Comments
 (0)