RadPanelBar for ASP.NET

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


Represents the animation settings used for expand or collapse effects.

 

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

Syntax

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

Remarks

RadPanelbar supports a wide variety of animation effects which are represented by the PanelbarAnimationSettings class.

  • To customize the animation played when items are opened use the ExpandAnimation property.
  • To customize the animation played when items are closed use the CollapseAnimation property.

Inheritance Hierarchy

System.Object
   Telerik.WebControls.PanelbarObjectWithState
      Telerik.WebControls.PanelbarAnimationSettings

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