ApplicationMenu.ShowRightPane Property
In This Article
Gets or sets whether the ApplicationMenu's right pane is visible. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the Application |
#Remarks
The right pane allows you to display any control within it. Set the ShowRightPane property to true to display the right pane. Use the ApplicationMenu.RightPane property to specify the control.
See Also