Skip to main content
All docs
V25.1
  • 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

    public Placement Placement { get; set; }

    Property Value

    Type Description
    Placement

    The pop-up view placement.

    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.

    See Also