Skip to main content
Bar

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