Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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