Back to Devexpress

DxFlyout.RestrictionRectangle Property

blazor-devexpress-dot-blazor-dot-dxflyout-c9ec6607.md

latest1002 B
Original Source

DxFlyout.RestrictionRectangle Property

Specifies a rectangle object that restricts the Flyout component position.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDescription
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

DxFlyout Class

DxFlyout Members

DevExpress.Blazor Namespace