Skip to main content
A newer version of this page is available. .

AutoHideContainerCollection.Item[Int32] Property

Provides indexed access to the auto hide containers contained within the collection.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public AutoHideContainer this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer value specifying the auto hide container’s zero-based index within the collection.

Property Value

Type Description
AutoHideContainer

An AutoHideContainer object representing the auto hide container at the specified position.

Remarks

Use this property to access the individual auto hide containers contained within the dock manager’s DockManager.AutoHideContainers collection using index notation. If the index parameter is negative or exceeds the number of elements, an exception is raised.

See Also