Back to Devexpress

GalleryDropDown.Manager Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallerydropdown.md

latest1.4 KB
Original Source

GalleryDropDown.Manager Property

Gets or sets the BarManager that owns the current GalleryDropDown.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public override BarManager Manager { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public Overrides Property Manager As BarManager

Property Value

TypeDefaultDescription
BarManagernull

A BarManager that owns the current GalleryDropDown.

|

See Also

GalleryDropDown Class

GalleryDropDown Members

DevExpress.XtraBars.Ribbon Namespace