PopupControlContainer.Ribbon Property
In This Article
Gets or sets the Ribbon Control which owns the container for the popup control.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(null)]
[DXCategory("Behavior")]
public virtual RibbonControl Ribbon { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Ribbon |
null | A Ribbon |
#Remarks
For more information, see Ribbon Control.
See Also