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

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

    Namespace: DevExpress.XtraBars.Docking

    Assembly: DevExpress.XtraBars.v26.1.dll

    Declaration

    public TabContainerActiveChildNotSetException(
        ReadOnlyPanelCollection panels,
        DockPanel panel
    )

    Parameters

    Name Type
    panels ReadOnlyPanelCollection
    panel DockPanel
    See Also