Skip to main content
All docs
V25.1
  • TabContainerActiveChildNotSetException.Panels Property

    Gets the collection of panels in the DockManager.

    Namespace: DevExpress.XtraBars.Docking

    Assembly: DevExpress.XtraBars.v25.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