Skip to main content

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

NuGet Package: 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