Back to Devexpress

FlyoutBase.AllowOutOfScreen Property

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-flyoutbase-b6be3a96.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowOutOfScreen { get; set; }
vb
Public Property AllowOutOfScreen As Boolean

Property Value

TypeDescription
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

TargetBounds

PlacementTarget

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace