NetXP 3.0 Reference

TabGroupBaseCollection.Item Property

Gets or sets the tab group base at the specified index.

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

See Also

TabGroupBaseCollection Class | NETXP.Controls.Docking Namespace