Skip to main content
A newer version of this page is available. .

FlyoutBase.AllowOutOfScreen Property

Gets or sets whether the flyout popup can be rendered outside of screen boundaries. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool AllowOutOfScreen { get; set; }

Property Value

Type Description
Boolean

true, to allow out of screen rendering; otherwise, false.

Remarks

If the AllowOutOfScreen property is set to false, the flyout popup changes its position, so it is to be displayed within the screen boundaries.

See Also