Skip to main content
A newer version of this page is available. .

DxDropDown.RestrictionRectangle Property

Specifies a rectangle object that restricts the DropDown position.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.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 DropDown position is restricted by a rectangle specified in the PositionRectangle property.

See Also