Back to Devexpress

AutoHideContainer.Item[Int32] Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-autohidecontainer-dot-item-x28-system-dot-int32-x29.md

latest1.9 KB
Original Source

AutoHideContainer.Item[Int32] Property

Provides indexed access to the dock panels contained within the auto hide container.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public DockPanel this[int index] { get; }
vb
Public ReadOnly Property Item(index As Integer) As DockPanel

Parameters

NameTypeDescription
indexInt32

An integer value specifying the dock panel’s zero-based index within the collection.

|

Property Value

TypeDescription
DockPanel

A DockPanel object representing the dock panel located at the specified position.

|

Remarks

Use this property to access individual dock panels contained within the auto hide container using index notation. If the index parameter is negative or exceeds the number of elements, an exception is raised.

See Also

AutoHideContainer Class

AutoHideContainer Members

DevExpress.XtraBars.Docking Namespace