windowsforms-devexpress-dot-xtrabars-dot-barmanagerproperties-701058b2.md
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.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public OptionsMultiColumn OptionsMultiColumn { get; }
Public ReadOnly Property OptionsMultiColumn As OptionsMultiColumn
| Type | Description |
|---|---|
| DevExpress.Utils.Menu.OptionsMultiColumn |
An OptionsMultiColumn object that comprises the settings of the multicolumn mode.
|
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.
See Also
BarLinkContainerItem.OptionsMultiColumn