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.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
An Options |
#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.