Back to Devexpress

PopupControlContainer.Manager Property

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

latest1.5 KB
Original Source

PopupControlContainer.Manager Property

Specifies the BarManager responsible for managing the current PopupControlContainer.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("BarManager")]
public virtual BarManager Manager { get; set; }
vb
<DXCategory("BarManager")>
Public Overridable Property Manager As BarManager

Property Value

TypeDescription
BarManager

A BarManager responsible for managing the current PopupControlContainer.

|

Remarks

If this property value is null, the PopupControlContainer control does not function.

See Also

PopupControlContainer Class

PopupControlContainer Members

DevExpress.XtraBars Namespace