Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public FrameworkElement RightPane { get; set; }

Property Value

Type Description
FrameworkElement

The control displayed within the ApplicationMenu’s right pane.

See Also