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

GalleryControlGallery.OwnerControl Property

Gets the control that displays the current gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public override Control OwnerControl { get; }

Property Value

Type Description
Control

The control that displays the current gallery.

Remarks

The OwnerControl property returns the GalleryControl object that owns and displays the current gallery.

See Also