Skip to content

Commit 467b1fb

Browse files
Added the API link
1 parent 605782b commit 467b1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAUI/NavigationDrawer/Multi-Drawer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ navigationDrawer.ToggleSecondaryDrawer();
108108

109109
The [IsOpen](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.NavigationDrawer.DrawerSettings.html#Syncfusion_Maui_NavigationDrawer_DrawerSettings_IsOpen) property in the [DrawerSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.NavigationDrawer.SfNavigationDrawer.html#Syncfusion_Maui_NavigationDrawer_SfNavigationDrawer_DrawerSettings) of [SecondaryDrawerSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.NavigationDrawer.SfNavigationDrawer.html#Syncfusion_Maui_NavigationDrawer_SfNavigationDrawer_SecondaryDrawerSettings) used to open or close the secondary drawer programmatically.
110110

111-
The following code sample demonstrates how to set `IsOpen` property in XAML and C#.
111+
The following code sample demonstrates how to set [IsOpen](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.NavigationDrawer.DrawerSettings.html#Syncfusion_Maui_NavigationDrawer_DrawerSettings_IsOpen) property in XAML and C#.
112112

113113
{% tabs %}
114114

0 commit comments

Comments
 (0)