Back to Devexpress

BaseGallery.OwnerControl Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-09ffb757.md

latest1.3 KB
Original Source

BaseGallery.OwnerControl Property

Gets a control that owns this BaseGallery.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual Control OwnerControl { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property OwnerControl As Control

Property Value

TypeDescription
Control

A Control that is this BaseGallery‘s parent.

|

See Also

BaseGallery Class

BaseGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace