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

    Specifies a rectangle object that restricts the Flyout component position.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [Parameter]
    public Rectangle RestrictionRectangle { get; set; }

    Property Value

    Type Description
    Rectangle

    A rectangle object.

    Remarks

    When the RestrictionMode property is set to Rectangle, the flyout window position is restricted by a rectangle specified in the PositionRectangle property.

    See Also