Skip to main content

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public Rect TargetBounds { get; set; }

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