DXPopup.PlacementTarget Property
Gets or sets the parent object for the DXPopup.
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 object for the Popup. |
Remarks
If you specify the PlacementTarget
property, the DXPopup displays without its scrim. In this case, AllowScrim and ScrimColor properties cannot affect the scrim.
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