Back to Devexpress

DropDownButton.MenuManager Property

windowsforms-devexpress-dot-xtraeditors-dot-dropdownbutton-3b702be9.md

latest2.1 KB
Original Source

DropDownButton.MenuManager Property

Gets or sets an object that manages the display of the associated popup control .

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Behavior")]
public IDXMenuManager MenuManager { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(Nothing)>
Public Property MenuManager As IDXMenuManager

Property Value

TypeDefaultDescription
DevExpress.Utils.Menu.IDXMenuManagernull

An object implementing the IDXMenuManager interface.

|

Remarks

For a DropDownButton to display a PopupMenu or PopupControlContainer, a MenuManager must be specified. It can be specified as follows:

The BarManager object implements the IDXMenuManager interface.

See Also

DropDownButton Class

DropDownButton Members

DevExpress.XtraEditors Namespace