Objective Grid for Microsoft® .NET® Reference Guide

TabItemsCollection.Item Property

Back to Class Index

Gets or sets the TabItem at the specified index. In C#, this property is the indexer for the TabItemsCollection class.

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

See Also

TabItemsCollection Class | TabItemsCollection Members | Stingray.Grid Namespace