Skip to main content

TreeListView.CheckAllNodes() Method

In This Article

Checks all nodes.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public void CheckAllNodes()

#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