AutoHideContainerCollection.Item[Int32] Property
In This Article
Provides indexed access to the auto hide containers contained within the collection.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#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 |
---|---|
Auto |
An Auto |
#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