Skip to main content
All docs
V25.1
  • TabContainerActiveChildNotSetException(ReadOnlyPanelCollection, DockPanel) Constructor

    Initializes a new instance of the TabContainerActiveChildNotSetException class with specified settings.

    Namespace: DevExpress.XtraBars.Docking

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public TabContainerActiveChildNotSetException(
        ReadOnlyPanelCollection panels,
        DockPanel panel
    )

    Parameters

    Name Type
    panels ReadOnlyPanelCollection
    panel DockPanel
    See Also