DXPopupBase.PlacementTarget Property
Gets or sets the parent view of the pop-up view. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public View PlacementTarget { get; set; }
Property Value
| Type | Description |
|---|---|
| View | The parent view of the pop-up view. |
Remarks
If you specify the PlacementTarget property, the pop-up view has no scrim; AllowScrim and ScrimColor properties have no effect.
See Also