Back to Devexpress

PopupControlContainer.Ribbon Property

windowsforms-devexpress-dot-xtrabars-dot-popupcontrolcontainer.md

latest1.5 KB
Original Source

PopupControlContainer.Ribbon Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Behavior")]
public virtual RibbonControl Ribbon { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(Nothing)>
Public Overridable Property Ribbon As RibbonControl

Property Value

TypeDefaultDescription
RibbonControlnull

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

|

Remarks

For more information, see Ribbon Control.

See Also

PopupControlContainer Class

PopupControlContainer Members

DevExpress.XtraBars Namespace