Back to Devexpress

DXPopupBase.Placement Property

maui-devexpress-dot-maui-dot-controls-dot-dxpopupbase-1750c501.md

latest1.3 KB
Original Source

DXPopupBase.Placement Property

Gets or sets the pop-up view placement relative to its parent view. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public Placement Placement { get; set; }

Property Value

TypeDescription
Placement

The pop-up view placement.

|

Available values:

NameDescription
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.

|

See Also

DXPopupBase Class

DXPopupBase Members

DevExpress.Maui.Controls Namespace