Breaking Changes
This article describes the breaking changes history of the RadDocking control.
To see the fixes and features included in our latest official release please refer to our Release History.
- The
ElementSaving
andElementCleaning
events are omitted. Use theElementLayoutSaving
andElementLayoutCleaning
events instead. - The
Telerik.Windows.Controls.PaneHeaderAutomationPeer
class is removed. Use the same class's name but from theTelerik.Windows.Automation.Peers
namespace. - The
PreviewResizeStart
event of the RadGridResizer class is omitted as it is not used internally.