Skip to main content
All docs
V24.1

TabContainerActiveChildNotSetException(ReadOnlyPanelCollection, DockPanel) Constructor

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

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TabContainerActiveChildNotSetException(
    ReadOnlyPanelCollection panels,
    DockPanel panel
)

Parameters

Name Type
panels ReadOnlyPanelCollection
panel DockPanel
See Also