Skip to main content

ApplicationMenu.ShowRightPane Property

Gets or sets whether the ApplicationMenu's right pane is visible. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v14.2.dll

#Declaration

public bool ShowRightPane { get; set; }

#Property Value

Type Description
Boolean

true if the ApplicationMenu's right pane is visible; otherwise, false.

#Remarks

The right pane allows you to display any control within it. Set the ShowRightPane property to true to display the right pane. Use the ApplicationMenu.RightPane property to specify the control.

See Also