Skip to main content
All docs
V24.1

TabContainerActiveChildNotSetException.Panels Property

Gets the collection of panels in the DockManager.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ReadOnlyPanelCollection Panels { get; }

Property Value

Type Description
ReadOnlyPanelCollection

The collection of panels in the DockManager.

See Also