BarManagerProperties.OptionsMultiColumn Property
Provides access to the settings of the multicolumn mode of displaying items in all pop-up menus and sub-menus controlled by the BarManager component.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Utils.Menu.OptionsMultiColumn | An OptionsMultiColumn object that comprises the settings of the multicolumn mode. |
Remarks
If items in the pop-up menus and sub-menus are displayed in multiple columns (see PopupMenu.MultiColumn and BarLinkContainerItem.MultiColumn), you can use the BarAndDockingController component to control the multicolumn mode settings in a centralized way. The BarManagerProperties.OptionsMultiColumn
property, accessible using the BarAndDockingController.PropertiesBar property, allows you specify multicolumn mode settings for all pop-up menus and sub-menus controlled by the BarManager (see BarManager.Controller).
You can override the global multicolumn mode settings for a particular pop-up menu or sub-menu using the PopupMenu.OptionsMultiColumn and BarLinkContainerItem.OptionsMultiColumn properties, respectively.