Skip to main content

AutoHideContainerCollection.Contains(AutoHideContainer) Method

Indicates whether the collection contains the specified auto hide container.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Contains(
    AutoHideContainer container
)

Parameters

Name Type Description
container AutoHideContainer

An AutoHideContainer object to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified auto hide container; otherwise, false.

See Also