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