TreeList.UncheckAll() Method
Unchecks all nodes in the Tree List control.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v22.2.dll
NuGet Package: DevExpress.Win.TreeList
Declaration
Remarks
The node checking feature is controlled by the TreeListOptionsView.CheckBoxStyle, TreeListOptionsView.RootCheckBoxStyle and TreeListNode.ChildrenCheckBoxStyle properties.
See Node Checking - Checkboxes and Radio Buttons to learn more.
See Also