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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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