Skip to main content

DXPopup.Placement Property

Gets or sets the DXPopup placement relative to its parent object. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public Placement Placement { get; set; }

Property Value

Type Default Description
Placement Bottom

A Placement enumeration value.

Available values:

Name Description
Left

The DXPopup is placed on the left of its parent container.

Top

The DXPopup is placed on the top of its parent container.

Right

The DXPopup is placed on the right of its parent container.

Bottom

The DXPopup is placed on the left of its parent container.

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