Back to Devexpress

TreeListNode.IsChecked Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistnode-4c3ed943.md

latest2.0 KB
Original Source

TreeListNode.IsChecked Property

Gets or sets whether the node is checked.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool? IsChecked { get; set; }
vb
Public Property IsChecked As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

A Boolean value that specifies whether the node is checked.

|

Remarks

Use the following members to check/uncheck nodes in code:

MethodDescription
TreeListView.CheckAllNodesChecks all nodes.
TreeListView.UncheckAllNodesUnchecks all nodes.
TreeListNode.IsCheckedChecks/unchecks the node.

When a node’s check state is changed, the TreeList View raises the TreeListView.NodeCheckStateChanged event. Use the TreeListNode.IsChecked property to identify whether a node is checked.

See Also

IsCheckBoxEnabled

ShowCheckboxes

Check Nodes

TreeListNode Class

TreeListNode Members

DevExpress.Xpf.Grid Namespace