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

ControlContainer.Panel Property

Gets the dock panel which owns the current control container.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public DockPanel Panel { get; }

Property Value

Type Description
DockPanel

The DockPanel that owns the current control container.

See Also