Skip to content

Commit 750dc83

Browse files
Update README.md
1 parent 73b6179 commit 750dc83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# How to count all checked nodes of WinForms TreeViewAdv?
22

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+
36
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.
47

58
**C#**
@@ -11,6 +14,7 @@ int checkedCount = treeView1.CheckedNodes.Count;
1114
```csharp
1215
Dim checkedCount As Integer = treeView1.CheckedNodes.Count
1316
```
17+
1418
![count of checked nodes](output.png)
1519

1620
Take a moment to peruse the [WinForms TreeViewAdv - CheckBox](https://help.syncfusion.com/windowsforms/treeview/getting-started#checkbox) documentation, to learn more about checkbox with examples.

0 commit comments

Comments
 (0)