Skip to content

DevExpress-Examples/winforms-ribbon-customize-bar-items-location-in-page-group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Ribbon - Display bar items in different locations within Ribbon page groups

This example creates a custom Ribbon control.

WinForms Ribbon - Change the location of bar items within a Ribbon page group

The example also creates a BarItemExtender component that allows you to specify the location of a bar item. This component implements IExtenderProvider. Assign this component to the Ribbon control's RibbonControlDescendant.BarItemExtender property.

Files to Review