RadPanelBar for ASP.NET

Expand effects Send comments on this topic.
See Also
Feature overview > Expand effects

Glossary Item Box

The ExpandAnimation and CollapseAnimation properties of the RadPanelBar class are used to customize the way groups are expanded and collapsed. For each expand or collapse animation, you can specify Type and Duration:

  • The Type is chosen from a list of predefined animation effects.
  • The Duration is set in milliseconds.
To disable expand animation effects, set the Type to PanelBarAnimationType.None.

See Also