FlyoutBase.TargetBounds Property
The rectangle relative to which the popup is placed when it opens. 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 |
---|---|
Rect | A Rect object that is the rectangle relative to which the popup is placed. |
Remarks
If the FlyoutBase.PlacementTarget property is set to null, the flyout popup is placed relative to the rectangle specified by the TargetBounds property.
See Also