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

DXPopup.PlacementHorizontalThreshold Property

Gets or sets the space that is required to show the Popup in the specified horizontal direction.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public double PlacementHorizontalThreshold { get; set; }

Property Value

Type Default Description
Double 0

A value that specifies the gap between the popup edge and screen edge.

Remarks

For more information on how to position the Popup relative to its parent object, refer to the following section: Display a Popup Relative to a View

See Also