Skip to main content

ApplicationMenuInfo.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 ApplicationMenuInfo object is a wrapper for an ApplicationMenu object. So, the ShowRightPane property is equivalent to the ApplicationMenu.ShowRightPane property.

See Also