NodeChangedArgs.ChangeType Property
Gets the value that specifies how the node is changed.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v25.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| NodeChangeType | The value that specifies how the node is changed. |
Available values:
| Name | Description |
|---|---|
| Add | A node is added. |
| Remove | A node is removed. |
| Expand | A node is expanded/collapsed. |
| Content | A node’s content is changed. |
| ExpandButtonVisibility | A node’s expand button is shown/hidden. |
| Image | A node’s image is changed. |
| CheckBox | A node’s check box is checked/unchecked. |
| IsCheckBoxEnabled | A node’s check box is enabled/disabled. |
See Also