RadTabStrip for ASP.NET

RadTabStrip Send comments on this topic.
TabCollection Class
See Also  Members  
Telerik.WebControls Namespace : TabCollection Class


A collection of Tab objects in a RadTabStrip control.

Object Model

 

Namespace: Telerik.WebControls
Assembly: RadTabStrip (in RadTabStrip.dll)

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class TabCollection 
   Inherits CollectionBase
Visual Basic (Usage)Copy Code
Dim instance As TabCollection
C# 
public sealed class TabCollection : CollectionBase 

Remarks

The TabCollection class represents a collection of Tab objects. The Tab objects in turn represent a tabs within a RadTabStrip control.

  • Use the indexer to programmatically retrieve a single Tab from the collection, using array notation.
  • Use the Count property to determine the total number of tabs in the collection.
  • Use the Add method to add tabs in the collection.
  • Use the Remove method to remove tabs from the collection.

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      Telerik.WebControls.TabCollection

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: RadTabStrip (in RadTabStrip.dll)

See Also