NodeChangeType Enum
Lists values that indicate how a node has been changed.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Add | A new node has been added to the collection of nodes (Tree |
Remove | A node has been removed from the collection of nodes (Tree |
Expand | A node has been expanded or collapsed (the Tree |
Content | A node's content has been modified (the Tree |
Expand |
The button used to expand/collapse a node has been shown or hidden. The expand button is not displayed within a node if the node does not have child nodes (its Tree |
Image | A node's image specified by the Tree |
Check |
A node's checkbox state has been changed. |
Is |
The node checkbox has been shown or hidden. The Tree |