Back to Devexpress

TabContainerActiveChildNotSetException.Panels Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-tabcontaineractivechildnotsetexception-96635c92.md

latest1.3 KB
Original Source

TabContainerActiveChildNotSetException.Panels Property

Gets the collection of panels in the DockManager.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public ReadOnlyPanelCollection Panels { get; }
vb
Public ReadOnly Property Panels As ReadOnlyPanelCollection

Property Value

TypeDescription
ReadOnlyPanelCollection

The collection of panels in the DockManager.

|

See Also

TabContainerActiveChildNotSetException Class

TabContainerActiveChildNotSetException Members

DevExpress.XtraBars.Docking Namespace