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