TreeListNode.IsChecked Property
In This Article
Gets or sets whether the node is checked.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#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