Skip to main content
Bar

PopupControlContainer.Ribbon Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Behavior")]
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