ApplicationMenu.RightPane Property
In This Article
Gets or sets the control displayed within the ApplicationMenu's right pane. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Framework |
The control displayed within the Application |
#Remarks
You can display any control within the ApplicationMenu's right pane. Use the RightPane property to specify the control. To make the right pane visible, set the ApplicationMenu.ShowRightPane property to true. The right pane's width is specified by the ApplicationMenu.RightPaneWidth property.
To display controls along the ApplicationMenu's bottom edge, use the ApplicationMenu.BottomPane property.
See Also