Skip to main content
All docs
V25.1
  • DxFlyout.PositionRectangle Property

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [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