RadTabStrip for ASP.NET

Changes in all classes except RadTabStrip, Tab, and TabCollection Send comments on this topic.
See Also
Already using the control > Changes and backward compatibility > Telerik RadTabStrip > Changes in all classes except RadTabStrip, Tab, and TabCollection

Glossary Item Box

 

 

Please note that Telerik RadTabStrip v3.0 is not backward compatible with previous versions.

RadTabStripClickEventArgs

This class is removed. The Click event now uses the TabStripEventArgs.

RadTabStripTabDataBoundEventArgs

This class is removed. The TabDataBound event now uses the TabStripEventArgs.

RadTabStripTabClickEventHandler

This delegate is removed. The Click event now uses TabStripEventHandler instead.

RadTabStripTabDataBoundEventHandler

This delegate was removed. TabDataBound event now uses TabStripEventHandler.

TabDisplayMode

This enumeration is removed.

See Also