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

    Gets the collection of panels in the DockManager.

    Namespace: DevExpress.XtraBars.Docking

    Assembly: DevExpress.XtraBars.v26.1.dll

    Declaration

    public ReadOnlyPanelCollection Panels { get; }

    Property Value

    Type Description
    ReadOnlyPanelCollection

    The collection of panels in the DockManager.

    See Also