2X faster development
The ultimate WPF UI toolkit to boost your development speed.
The MenuItems are displayed in right of the ApplicationMenu in WPF Ribbon control. You can add the different menu items to an application menu using its MenuItems property. XAML <syncfusion:Ribbon Name="MyRibbon"> <!--Applicaton Menu--> <syncfusion:Ribbon.ApplicationMenu> <syncfusion:ApplicationMenu> <syncfusion:ApplicationMenu.MenuItems> <TextBlock MinWidth="300" FontWeight="Bold">Create New Outlook Item</TextBlock> <Separator Padding="0"/> </syncfusion:ApplicationMenu.MenuItems> <!--Footer items--> <syncfusion:ApplicationMenu.ApplicationItems> <syncfusion:ButtonPanel> <syncfusion:RibbonButton SizeForm = "Small" Label="Edit Options" /> </syncfusion:ButtonPanel> </syncfusion:ApplicationMenu.ApplicationItems> </syncfusion:ApplicationMenu> </syncfusion:Ribbon.ApplicationMenu> </syncfusion:Ribbon>
|
2X faster development
The ultimate WPF UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.