Skip to main content

ApplicationMenu.BottomPane Property

Gets or sets the control displayed along the bottom edge of the ApplicationMenu. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public FrameworkElement BottomPane { get; set; }

#Property Value

Type Description
FrameworkElement

The control displayed along the bottom edge of the ApplicationMenu.

#Remarks

The BottomPane property allows you to display any control along the ApplicationMenu's bottom edge. If the BottomPane property is set to null, the ApplicationMenu doesn't display any control or empty space at the bottom.

See Also