BackstageViewControl.Placement Property
In This Article
Gets or sets a position where the backstage view is displayed: in an AdornerLayer or in a Window. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public BackstageViewPlacement Placement { get; set; }
#Property Value
Type | Description |
---|---|
Backstage |
Any of the Backstage |
Available values:
Name | Description |
---|---|
Adorner | The Backstage |
Window | The Backstage |
#Remarks
You can set the Placement property to Window when your application contains System.Windows.Interop.HwndHost descendants overlapping adorned layers.
See Also