Skip to content

Commit 65dbe65

Browse files
Merge pull request syncfusion-content#874 from syncfusion-content/844549-ES
ES-642614 - Provide support to affect parent and child node checkbox state when programmatically adding/removing the node in CheckedItems
2 parents d8d0021 + 0bce8d9 commit 65dbe65

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

wpf/TreeView/Checkbox.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,6 @@ sfTreeView.CheckBoxMode = CheckBoxMode.Recursive;
234234
{% endhighlight %}
235235
{% endtabs %}
236236

237-
N> In recursive mode, the parent nodes checkbox state or `IsChecked` property value is updated only in UI interaction.
238-
239237
## Get or Set Checked Items
240238

241239
### Get or Set Checked Items in Bound Mode
@@ -244,8 +242,6 @@ You can get or set list of items to be checked or un-checked by using [CheckedIt
244242

245243
When the [CheckBoxMode](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeView.SfTreeView.html#Syncfusion_UI_Xaml_TreeView_SfTreeView_CheckBoxMode) is other than `None`, the individual `TreeViewNode` or collection of `TreeViewNode` can be checked from the code by setting the `CheckedItems`, or adding items to the `CheckedItems` property based on the `CheckBoxMode`.
246244

247-
N> Programmatically adding or removing the node value not affects their parent and child nodes checkbox state.
248-
249245
{% tabs %}
250246
{% highlight c# %}
251247

0 commit comments

Comments
 (0)