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