Skip to main content

TreeListView.UncheckAllNodes() Method

In This Article

Unchecks all node check boxes.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public void UncheckAllNodes()

#Remarks

Nodes can display check boxes allowing an end-user to check/uncheck individual nodes. To display check boxes, set the TreeListView.ShowCheckboxes property to true.

To learn more, see Checking Nodes.

See Also