Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

public OptionsMultiColumn OptionsMultiColumn { get; }

#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.

See Also