Skip to main content

InDropDownGallery.OwnerControl Property

Gets the control that displays the current gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override Control OwnerControl { get; }

Property Value

Type Description
Control

The control that displays the current gallery.

Remarks

This property returns the GalleryDropDownBarControl object that displays the current gallery as a dropdown window.

See Also