Skip to main content

GalleryControlGallery.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

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

See Also