Skip to main content
A newer version of this page is available. .

TreeListView.UncheckAllNodes() Method

Unchecks all node check boxes.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.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