Back to Devexpress

ControlContainer.Panel Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-controlcontainer.md

latest1.3 KB
Original Source

ControlContainer.Panel Property

Gets the dock panel which owns the current control container.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public DockPanel Panel { get; }
vb
<Browsable(False)>
Public ReadOnly Property Panel As DockPanel

Property Value

TypeDescription
DockPanel

The DockPanel that owns the current control container.

|

See Also

ControlContainer

ControlContainer Class

ControlContainer Members

DevExpress.XtraBars.Docking Namespace