[Dev] 1040118 -Update UG for our .NET MAUI Tab View, Navigation Drawer, and Radial Menu controls#4648
[Dev] 1040118 -Update UG for our .NET MAUI Tab View, Navigation Drawer, and Radial Menu controls#4648Hemalatha-SF4675 wants to merge 10 commits into
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
|
||
| {% endtabs %} | ||
|
|
||
| N> The [Duration](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.NavigationDrawer.DrawerSettings.html#Syncfusion_Maui_NavigationDrawer_DrawerSettings_Duration) property for the [SfNavigationDrawer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.NavigationDrawer.SfNavigationDrawer.html) is measured in milliseconds. |
There was a problem hiding this comment.
Don't remove the existing changes
There was a problem hiding this comment.
Addressed and updated the review changes
| |----------|------|---------------|-------------|------| | ||
| | [Duration](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.NavigationDrawer.DrawerSettings.html#Syncfusion_Maui_NavigationDrawer_DrawerSettings_Duration) | `int` | `250` | `0` to `int.MaxValue` | Milliseconds | | ||
|
|
||
| ## Example |
There was a problem hiding this comment.
Remove the additional content, if not needed.
There was a problem hiding this comment.
Addressed and updated the review changes
| 4. `DrawerClosed` — fires after the close animation completes. | ||
| 5. `DrawerToggled` — fires after every state change, alongside `DrawerOpened` or `DrawerClosed`, and reports the resulting `IsOpen` state. | ||
|
|
||
| > NOTE: All events are available from `Syncfusion.Maui.NavigationDrawer` version `21.2.3` onwards. The cancellation pattern described in the following sections can be used to block unsaved changes, pending validation, or any custom precondition before the drawer is shown or hidden. |
There was a problem hiding this comment.
remove this types of notes
There was a problem hiding this comment.
Addressed and updated the review changes
| The [DrawerOpening](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.NavigationDrawer.SfNavigationDrawer.html#Syncfusion_Maui_NavigationDrawer_SfNavigationDrawer_DrawerOpening) event is triggered before the drawer pane opens. You can cancel the open operation by setting the `Cancel` property of the event argument to `true`. The event argument is of type `DrawerCancelEventArgs`. | ||
|
|
||
| * `Cancel`: Determines if the drawer opening should be canceled. | ||
| | Property | Type | Description | |
There was a problem hiding this comment.
Revert this type of table change for events
There was a problem hiding this comment.
Addressed and updated the review changes
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
Update UG for .NET MAUI .NET MAUI Tab View, Navigation Drawer, and Radial Menu
Task: Task 1040118