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

#Declaration

public FrameworkElement RightPane { get; set; }

#Property Value

Type Description
FrameworkElement

The control displayed within the ApplicationMenu's right pane.

#Remarks

The ApplicationMenuInfo object is a wrapper for an ApplicationMenu object. So, the RightPane property is equivalent to the ApplicationMenu.RightPane property.

See Also