Skip to main content
A newer version of this page is available. .
Bar

PopupControlContainer.Ribbon Property

Gets or sets the Ribbon Control which owns the container for the popup control.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(null)]
[SmartTagProperty("Ribbon", "")]
public virtual RibbonControl Ribbon { get; set; }

Property Value

Type Default Description
RibbonControl *null*

A RibbonControl object that owns the container for the popup control.

Remarks

For more information, see Ribbon Control.

See Also