RadPanelBar for ASP.NET

RadPanelbar Send comments on this topic.
RadPanelItemCollection Class
See Also  Members  
Telerik.WebControls Namespace : RadPanelItemCollection Class


A collection of RadPanelItem objects in a RadPanelbar control.

Object Model

 

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

Syntax

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

Remarks

The RadPanelItemCollection class represents a collection of RadPanelItem objects. The RadPanelItem objects in turn represent panel items within a RadPanelbar control.

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

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      Telerik.WebControls.RadPanelItemCollection

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also