Skip to main content

DxFlyout.RestrictionRectangle Property

Specifies a rectangle object that restricts the Flyout component position.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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