Skip to main content
Bar

PopupInfo<PopupType>.IgnoreMenuDropAlignment Property

Gets or sets whether this popup should ignore the menu drop alignment.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DefaultBoolean IgnoreMenuDropAlignment { get; set; }

Property Value

Type Description
DefaultBoolean

true, if this popup should ignore the menu drop alignment; otherwise, false.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

See Also