NetXP 3.0 Reference
TabGroupSequence.Item Property
Gets the node at the index.
[Visual Basic]
Public Default ReadOnly Property Item( _
ByVal
index
As
Integer
_
) As
TabGroupBase
[C#]
public
TabGroupBase
this[
int
index
] {get;}
See Also
TabGroupSequence Class
|
NETXP.Controls.Docking Namespace