You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# How to count all checked nodes of WinForms TreeViewAdv?
2
2
3
+
## About Sample
4
+
This sample provides the demo on how to get the count for all checked nodes [WinForms TreeViewAdv](https://www.syncfusion.com/winforms-ui-controls/treeview).
5
+
3
6
You can get the count for all checked nodes in [WinForms TreeViewAdv](https://www.syncfusion.com/winforms-ui-controls/treeview) control by using [CheckedNodes](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TreeViewAdv.html#Syncfusion_Windows_Forms_Tools_TreeViewAdv_CheckedNodes) property. Refer the below code for your reference.
4
7
5
8
**C#**
@@ -11,6 +14,7 @@ int checkedCount = treeView1.CheckedNodes.Count;
Takeamomenttoperusethe [WinFormsTreeViewAdv-CheckBox](https://help.syncfusion.com/windowsforms/treeview/getting-started#checkbox) documentation, to learn more about checkbox with examples.
0 commit comments