Skip to main content

TreeListNode.IsChecked Property

Gets or sets whether the node is checked.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public bool? IsChecked { get; set; }

#Property Value

Type Description
Nullable<Boolean>

A Boolean value that specifies whether or not the node is checked.

#Remarks

To learn more, see Checking Nodes.

See Also