Skip to content

Commit 23f0741

Browse files
committed
Included class reference for popup in Migration file
1 parent ddcf45f commit 23f0741

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

maui-toolkit/Migration.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ By preserving similar APIs and functionality, developers can easily update their
8282
<td>Defines the XAML namespace for <a href="https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.NumericUpDown.SfNumericUpDown.html">SfNumericUpDown</a> control.</td>
8383
</tr>
8484
<tr>
85-
<td>SfPopup</td>
85+
<td><a href="https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.Popup.SfPopup.html">SfPopup</a></td>
8686
<td>xmlns:popup="clr-namespace:Syncfusion.Maui.Popup;assembly=Syncfusion.Maui.Popup"</td>
8787
<td>xmlns:popup="clr-namespace:Syncfusion.Maui.Toolkit.Popup;assembly=Syncfusion.Maui.Toolkit"</td>
88-
<td>Defines the XAML namespace for SfPopup control.</td>
88+
<td>Defines the XAML namespace for <a href="https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.Popup.SfPopup.html">SfPopup</a> control.</td>
8989
</tr>
9090
<tr>
9191
<td><a href="https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.PullToRefresh.SfPullToRefresh.html">SfPullToRefresh</a></td>
@@ -188,6 +188,12 @@ By preserving similar APIs and functionality, developers can easily update their
188188
<td>Syncfusion.Maui.Toolkit.NumericUpDown</td>
189189
<td>Defines the namespace for <a href="https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.NumericUpDown.SfNumericUpDown.html">SfNumericUpDown</a> control.</td>
190190
</tr>
191+
<tr>
192+
<td><a href="https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.Popup.SfPopup.html">SfPopup</a></td>
193+
<td>Syncfusion.Maui.Popup</td>
194+
<td>Syncfusion.Maui.Toolkit.Popup</td>
195+
<td>Defines the namespace for <a href="https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.Popup.SfPopup.html">SfPopup</a> control.</td>
196+
</tr>
191197
<tr>
192198
<td><a href="https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.PullToRefresh.SfPullToRefresh.html">SfPullToRefresh</a></td>
193199
<td>Syncfusion.Maui.PullToRefresh</td>

0 commit comments

Comments
 (0)