GalleryDropDown.Manager Property
In This Article
Gets or sets the BarManager that owns the current GalleryDropDown.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue(null)]
public override BarManager Manager { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Bar |
null | A Bar |
See Also