Skip to main content

BaseGallery.OwnerControl Property

Gets a control that owns this BaseGallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual Control OwnerControl { get; }

Property Value

Type Description
Control

A Control that is this BaseGallery‘s parent.

See Also