Skip to main content
A newer version of this page is available. .

ApplicationMenuInfo.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.v19.2.dll

Declaration

public FrameworkElement RightPane { get; set; }

Property Value

Type Description
FrameworkElement

The control displayed within the ApplicationMenu’s right pane.

See Also