ApplicationMenu.RightPaneWidth Property
In This Article
Gets or sets the right pane's width. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Double | An integer value which specifies the right pane's width in pixels. |
#Remarks
The right pane is visible if the ApplicationMenu.ShowRightPane property is set to true.
You can display a custom control within the ApplicationMenu's right pane. To specify the control, use the ApplicationMenu.RightPane property.
See Also