Skip to main content

BackstageView.ActualPlacementTarget Property

Gets the UIElement relative to which the backstage view is currently positioned. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[NotPublicByDesign]
public UIElement ActualPlacementTarget { get; }

Property Value

Type Description
Windows.UI.Xaml.UIElement

A UIElement descendant.

See Also