ApplicationMenuInfo.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 ApplicationMenuInfo object is a wrapper for an ApplicationMenu object. So, the ShowRightPane property is equivalent to the ApplicationMenu.ShowRightPane property.
See Also