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

BarManager.IgnoreMenuDropAlignment Property

Gets or sets whether the SystemParameters.MenuDropAlignment property value for all popups within the current BarManager is ignored.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public static bool IgnoreMenuDropAlignment { get; set; }

#Property Value

Type Description
Boolean

true if the SystemParameters.MenuDropAlignment property value for all popups within the current BarManager is ignored; otherwise, false.

#Remarks

Set the BarPopupBase.IgnoreMenuDropAlignment property to true if you want the current popup to be right-aligned relative to its corresponding menu item, no matter what value the SystemParameters.MenuDropAlignment property has. See the Popup Placement Behavior topic in MSDN to learn more.

To specify this option for all popups within a BarManager, use the IgnoreMenuDropAlignment property instead.

See Also