New to Telerik UI for WPF? Start a free 30-day trial
Breaking Changes
Updated over 6 months ago
This article lists and describes the breaking changes introduced in the RadTreeView component. For a full list of changes, see the Release History pages of the Telerik UI for WPF product.
Q1 2013
With the Q1 2013 release, the RadioButtons logic implemented in the RadTreeView is removed. This means that the following list of properties are removed:
- RadTreeView properties:
- ItemsOptionListType
- RadTreeViewItem properties:
- ItemsOptionListType
- OptionType
- IsRadioButtonEnabled
Instead, use the IsOptionElementsEnabled property of RadTreeView or the custom CheckBox implementation shown in the Implement a Tri-State CheckBox logic using MVVM article.