Skip to main content

ApplicationMenuInfo.Ribbon Property

Gets or sets the RibbonControl to which the ApplicationMenu object belongs.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public RibbonControl Ribbon { get; set; }

#Property Value

Type Description
RibbonControl

A RibbonControl object to which the ApplicationMenu object belongs.

#Remarks

Do not manually set this property in code. The property's setter is provided for internal use.

See Also