Back to Devexpress

DxFlyout.PositionRectangle Property

blazor-devexpress-dot-blazor-dot-dxflyout-cf997d04.md

latest1.3 KB
Original Source

DxFlyout.PositionRectangle Property

Specifies a rectangle object relative to the flyout window’s position.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public Rectangle PositionRectangle { get; set; }

Property Value

TypeDescription
Rectangle

A rectangle object.

|

Remarks

The PositionRectangle property allows you to position a flyout window relative to a custom area defined by a Rectangle object. Use the Position property to specify the window position relative to the specified rectangle. Additionally, the position takes into account the Offset and Distance property values.

See Also

DxFlyout Class

DxFlyout Members

DevExpress.Blazor Namespace