Skip to main content

ReadOnlyPanelCollection.Contains(DockPanel) Method

Indicates whether the collection contains the specified dock panel.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Contains(
    DockPanel panel
)

Parameters

Name Type Description
panel DockPanel

A DockPanel object to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified dock panel; otherwise, false.

See Also