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

TreeListNode.IsChecked Property

Gets or sets whether the node is checked.

Namespace: DevExpress.Xpf.Grid

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