Skip to main content
A newer version of this page is available. .

InDropDownGallery.OwnerControl Property

Gets the control that displays the current gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

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