RadPanelBar for ASP.NET

RadPanelbar Send comments on this topic.
PanelbarExpandMode Enumeration
See Also  
Telerik.WebControls Namespace : PanelbarExpandMode Enumeration


Represents the different ways RadPanelbar behaves when an item is expanded.  

 

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

Syntax

Visual Basic (Declaration) 
Public Enum PanelbarExpandMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As PanelbarExpandMode
C# 
public enum PanelbarExpandMode : Enum 

Members

MemberDescription
MultipleExpandedItemsMore than one item can be expanded at a time.
SingleExpandedItem Only one item can be expanded at a time. Expanding another item collapses the previously expanded one.
FullExpandedItem Only one item can be expanded at a time. The expanded area occupies the entire height of the RadPanelbar.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.PanelbarExpandMode

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