Skip to main content

ApplicationMenu.RightPane Property

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

public FrameworkElement RightPane { get; set; }

#Property Value

Type Description
FrameworkElement

The control displayed within the ApplicationMenu's right pane.

#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