Skip to main content

ControlContainer.Panel Property

Gets the dock panel which owns the current control container.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
DockPanel

The DockPanel that owns the current control container.

See Also