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
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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