Skip to content

Commit 6547a60

Browse files
983717: Resolved the build failure
1 parent ee7aa6c commit 6547a60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blazor/ribbon/filemenu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Add items to the file menu by binding a list of `MenuItem` objects to the [MenuI
9595

9696
## Open Submenu on Click
9797

98-
By default, the file menu opens submenus on mouse hover. To change this behavior to open on a menu item click, set the [ShowItemOnClick](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Ribbon.RibbonFileMenuSettings.html#Syncfusion_Blazor_Ribbon_RibbonFileMenuSettings_ShowItemOnClick) property to `true`.
98+
By default, the file menu opens submenu on mouse hover. To change this behavior to open on a menu item click, set the [ShowItemOnClick](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Ribbon.RibbonFileMenuSettings.html#Syncfusion_Blazor_Ribbon_RibbonFileMenuSettings_ShowItemOnClick) property to `true`.
9999

100100
{% tabs %}
101101
{% highlight razor %}

blazor/ribbon/gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Add items to a group by defining a list of [GalleryItem](https://help.syncfusion
100100

101101
![Ribbon Gallery Items](./images/gallery/gallery_items.png)
102102

103-
#### Css class
103+
#### CSS class
104104

105105
Apply custom styling to a gallery item by setting its [CssClass](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Ribbon.GalleryItem.html#Syncfusion_Blazor_Ribbon_GalleryItem_CssClass) property.
106106

0 commit comments

Comments
 (0)