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

BaseGallery.OwnerControl Property

Gets a control that owns this BaseGallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Description
Control

A Control that is this BaseGallery‘s parent.

See Also