Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DxFlyout.PositionRectangle Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

#Declaration

C#
[Parameter]
public Rectangle PositionRectangle { get; set; }

#Property Value

Type Description
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