NetXP 3.0 Reference

DockObjectCollection.Item Property

Gets a object at the specified index.

[Visual Basic]
Overloads Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As DockObject
[C#]
public DockObject this[
   int index
] {get;}

See Also

DockObjectCollection Class | NETXP.Controls.Docking Namespace | DockObjectCollection.Item Overload List